[PATCH] Advise people to compile libdivecomputer only statically

Thiago Macieira thiago at macieira.org
Fri Oct 11 10:05:22 UTC 2013


Because Linus says so.

Signed-off-by: Thiago Macieira <thiago at macieira.org>
---
 INSTALL | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 4a1344f..9e016d1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,7 +21,7 @@ $ git clone git://git.libdivecomputer.org/libdivecomputer
 $ cd libdivecomputer
 $ git checkout release-0.4
 $ autoreconf --install
-$ ./configure
+$ ./configure --disable-shared
 $ make
 $ sudo make install
 
@@ -68,7 +68,7 @@ $ git clone git://git.libdivecomputer.org/libdivecomputer
 $ cd libdivecomputer
 $ git checkout release-0.4
 $ autoreconf --install
-$ ./configure
+$ ./configure --disable-shared
 $ make
 $ make install
 
@@ -103,7 +103,7 @@ The best way to get libdivecomputer to build appears to be
 $ git clone git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer
 $ cd libdivecomputer
 $ git checkout release-0.4
-$ mingw32-configure
+$ mingw32-configure --disable-shared
 $ mingw32-make
 $ sudo mingw32-make install
 
-- 
1.7.11.7



More information about the subsurface mailing list