diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-10-11 10:05:22 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-11 10:20:33 -0700 |
commit | 84549b891fc964f202e6825dcb17628c8cb100f5 (patch) | |
tree | b34ef09e9bb1b4cfc731cf52ea7e87839e7be79d /INSTALL | |
parent | c585d1ed02ce9aa87e2d06c5491171f13e0ed4ba (diff) | |
download | subsurface-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-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |