More information

This commit is contained in:
Lailouezzz 2019-12-31 12:25:04 +01:00
parent 13f69e55ac
commit d8e10d9a50
1 changed files with 3 additions and 0 deletions

View File

@ -54,10 +54,13 @@ library so that a cross-compiler that uses Microsoft Windows static library
formats, add the ``--windows`` option (notice that for a ``-mingw32`` target
and a dynamic library generation, this option is automatically added).
`./configure --help` for more information.
## Building and installing
Once configuring is done (necessary step), just ``make``.
To install, use ``make install``.
TODO : make uninstall ?
To build and install only the lib, use ``all-lib`` then ``install-lib``.
To build and install only the docs, use ``all-doc`` and ``install-doc``.