and finally how to compile with cmake

This commit is contained in:
taipanromania 2008-09-18 14:47:06 +00:00
parent 15cb1a20d3
commit 3f7946a937

6
readme-cmake Normal file
View File

@ -0,0 +1,6 @@
how to :
mkdir build
cd build
cmake ..
make [-j nr_proc+1]
make install