mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
c585d1ed02
commit
84549b891f
1 changed files with 3 additions and 3 deletions
6
INSTALL
6
INSTALL
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue