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>
This commit is contained in:
Thiago Macieira 2013-10-11 10:05:22 -07:00 committed by Dirk Hohndel
parent c585d1ed02
commit 84549b891f

View file

@ -21,7 +21,7 @@ $ git clone git://git.libdivecomputer.org/libdivecomputer
$ cd libdivecomputer $ cd libdivecomputer
$ git checkout release-0.4 $ git checkout release-0.4
$ autoreconf --install $ autoreconf --install
$ ./configure $ ./configure --disable-shared
$ make $ make
$ sudo make install $ sudo make install
@ -68,7 +68,7 @@ $ git clone git://git.libdivecomputer.org/libdivecomputer
$ cd libdivecomputer $ cd libdivecomputer
$ git checkout release-0.4 $ git checkout release-0.4
$ autoreconf --install $ autoreconf --install
$ ./configure $ ./configure --disable-shared
$ make $ make
$ make install $ 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 $ git clone git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer
$ cd libdivecomputer $ cd libdivecomputer
$ git checkout release-0.4 $ git checkout release-0.4
$ mingw32-configure $ mingw32-configure --disable-shared
$ mingw32-make $ mingw32-make
$ sudo mingw32-make install $ sudo mingw32-make install