
========================================


COMPILATION:


method 1: using qmake (cross plateform) :

$ qmake build_makefile.pro
$ make
$ ./cpe_surface


method 2: using cmake (cross plateform: can build MS Visual Studio project): 

$ cmake CMakeLists.txt
$ make (or make VERBOSE=1 if problem)
$ ./cpe_surface


method 2: pre-made linux makefile:

$ make -f makefile_linux
$ ./cpe_surface






========================================

Complete Doxygen documentation in 
doc/html/index

update with (in doc/)
$ ./build_doc.sh 
or
$ doxygen doxygen_config


