From dae99e0ded943f54fad5cd1b615ed8754f3f1f06 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Sat, 22 Jun 2013 17:14:10 -0400 Subject: [PATCH] [doc] INSTALL: mention (semi)static meta-targets --- INSTALL.t2t | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: