From 84549b891fc964f202e6825dcb17628c8cb100f5 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 11 Oct 2013 10:05:22 -0700 Subject: Advise people to compile libdivecomputer only statically Because Linus says so. Signed-off-by: Thiago Macieira Signed-off-by: Dirk Hohndel --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 4a1344fc8..9e016d133 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 -- cgit v1.2.3-70-g09d2