summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-10-11 10:05:22 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-11 10:20:33 -0700
commit84549b891fc964f202e6825dcb17628c8cb100f5 (patch)
treeb34ef09e9bb1b4cfc731cf52ea7e87839e7be79d /INSTALL
parentc585d1ed02ce9aa87e2d06c5491171f13e0ed4ba (diff)
downloadsubsurface-84549b891fc964f202e6825dcb17628c8cb100f5.tar.gz
Advise people to compile libdivecomputer only statically
Because Linus says so. Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files 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