From d8e10d9a50541876c1692d1d3e1a87a7a184f60a Mon Sep 17 00:00:00 2001 From: Lailouezzz Date: Tue, 31 Dec 2019 12:25:04 +0100 Subject: [PATCH] More information --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5bfe4ac..6e06285 100644 --- a/README.md +++ b/README.md @@ -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``.