From 4ca00dc38c72f67dc714fbb45b3006afec097c9c Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 19 Oct 2019 13:26:56 +0000 Subject: [PATCH] Compression except of trisurf header is done. Preparing for decompression --- 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