summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2010-11-28 17:07:04 +0000
committerAntonin Descampe <antonin@gmail.com>2010-11-28 17:07:04 +0000
commiteb5694ca2a629f707736cbf203b21472ba6a0716 (patch)
treed579066b589f5a0ca1de9451aa2c932240cfb226 /INSTALL
parent389166e86e14a3a09ccf3d28ca0ee64968c5de45 (diff)
changed cmake behaviour: executables are now always statically linked. When -DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but executables remain linked against the static libraries).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 9058d4e2..444e6a33 100644
--- a/INSTALL
+++ b/INSTALL
@@ -51,10 +51,12 @@ else:
make clean
Binaries are located in the 'bin' directory.
+Executables are always statically linked.
Main available cmake flags:
* To specify the install path: '-DCMAKE_INSTALL_PREFIX=/path'
* To build the shared libraries: '-DBUILD_SHARED_LIBS:bool=on' (default: 'ON')
+ Note: when using this option, shared libraries are built but executables remain linked against the corresponding static libraries.
* To build the CODEC executables: '-DBUILD_CODEC:bool=on' (default: 'ON')
* To build the MJ2 executables: '-DBUILD_MJ2:bool=on' (default: 'OFF')
* To build the JPWL executables and JPWL library: '-DBUILD_JPWL:bool=on' (default: 'OFF')