building.md: update cmake instructions
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -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
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user