diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-03-15 10:33:32 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-03-15 10:44:08 +0000 |
commit | 63e5f39ecf7753b3cb51636189f089f2f795a80e (patch) | |
tree | 61c98284c123a88abd277949738552ef9ec8ef5e /docs | |
parent | d6df80541b868b124c0214b38d0ea3e411e62665 (diff) |
cmake: Don't link against bundled zlib/png by default.
As the wrappers no longer depend on them.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.markdown | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/INSTALL.markdown b/docs/INSTALL.markdown index c695efb4..5029cb27 100644 --- a/docs/INSTALL.markdown +++ b/docs/INSTALL.markdown @@ -8,6 +8,11 @@ Requirements common for all platforms: * CMake version 2.8.11 or higher (tested with version 2.8.12.2) +Optional requirements: + +* zlib + +* libpng The GUI also dependends on: @@ -20,10 +25,9 @@ if `-DENABLE_GUI=FALSE` is passed instead. The implicit default is `-DENABLE_GUI=AUTO`, which will build the GUI if Qt is available. -The code also depends on zlib, libpng, and snappy libraries, but the bundled -sources are always used regardless of system availability, to make the wrapper -shared-objects/DLL self contained, and to prevent symbol collisions when -tracing. +The code also depends on snappy libraries, but the bundled sources are always +used regardless of system availability, to make the wrapper shared-objects/DLL +self contained, and to prevent symbol collisions when tracing. # Linux # |