[doc] INSTALL: mention (semi)static meta-targets

This commit is contained in:
Matteo Cypriani 2013-06-22 17:14:10 -04:00 committed by Matteo Cypriani
parent be1ab24251
commit dae99e0ded
1 changed files with 6 additions and 2 deletions

View File

@ -116,7 +116,9 @@ C++ compiler.)
It is possible to build static executables by calling the target's name
followed by ``.static``. For exemple, to compile a static version of
OwlPS Client, just type ``make owlps-client.static``.
OwlPS Client, just type ``make owlps-client.static``. If you want to
generate static executables for all the modules, call the ``static``
meta-target (``make static``).
So called “semistatic” targets are also provided. The semistatic
executables are statically linked to OwlPS libraries (such as libowlps),
@ -125,7 +127,9 @@ of libraries changes as well as running on systems where you can install
packages but where installation and maintenance of custom shared
libraries is not convenient. To build semistatic executables, use
the regular target's name followed by ``.semistatic`` (for example
``make owlps-client.semistatic``).
``make owlps-client.semistatic``); a ``semistatic`` meta-target is also
provided to generate semistatic executables for all the modules (``make
semistatic``)
To display all the available targets, type: