Initial transfer from CVS

Transfer of version 2.3.2 from CVS repository
This commit is contained in:
Robin Stuart
2010-06-10 21:52:50 +01:00
commit 511fadef30
152 changed files with 58999 additions and 0 deletions

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