From 201659654a328f84c229d16fe85d8709a4183957 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 19 Oct 2019 15:53:42 +0000 Subject: [PATCH] Fixed most problems, some still persists. --- README.md | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index cc94a54..4e76d54 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ ``autoconf`` +``autoreconf -if`` + ``./configure`` ``make`` @@ -61,3 +63,8 @@ THis line seemed to fixed everything: libtoolize --force + + +======= STATICALLY LINKING ============== +./configure --enable-static LDFLAGS=-static + -- Gitblit v1.9.3