This is a C++ example where you have to compile your code using CMake. The file CmakeLists.txt contains library and link information that CMake uses to generate a makefile for the specified compiler. On the Unix-system: cmake . (a makefile is generated) make On IPREN: cmake -G"Borland Makefiles" . (a makefile is generated) make The executable is isosurface(.exe) and it takes a couple of arguments, see the source code isosurface.cxx.