Private
Public Access
2
0

building.md: update cmake instructions

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-11-09 12:26:09 +00:00
parent fdb11d98ea
commit 93107a388c

View File

@@ -16,9 +16,8 @@ cmake ..
make make
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
Our cmake configure has a number of options, `cmake -i` will ask you all sorts Our cmake configure has a number of options, cmake-gui or ccmake can show you
of interesting questions, you can disable swig modules, build documentation all the options. The interesting ones are detailed below:
etc...
Few recommended options: Few recommended options:
Changing install path from /usr/local to /usr Changing install path from /usr/local to /usr
@@ -33,6 +32,12 @@ Using clang instead of gcc:
Building with an older version of swig (swig 2.0+) requires the disabling of javascript: Building with an older version of swig (swig 2.0+) requires the disabling of javascript:
-DBUILDSWIGNODE=OFF -DBUILDSWIGNODE=OFF
Disabling python module building
-DBUILDSWIGPYTHON=OFF
Building doc, this will require sphinx & doxygen
-BUILDDOC=ON
Using coverity Using coverity
-------------- --------------