diff --git a/INSTALL.t2t b/INSTALL.t2t index 54dd21d..4d71170 100644 --- a/INSTALL.t2t +++ b/INSTALL.t2t @@ -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: