pcos created page: Install authored by Pilar Cossio's avatar Pilar Cossio
......@@ -19,7 +19,7 @@ CMake contains all the instructions to generate automatically a Makefile accordi
1. Create a build directory in the main BioEM directory, and access it by
- mkdir build && cd build
2. Run CMake with the desired options and the *CMakeLists.txt* file
- cmake -D<optionname1>=ON -D<optionname2>=OFF ../CMakeLists.txt
- cmake -DOptionname1=ON -DOptionname2=OFF ../CMakeLists.txt
3. After generating the Makefile, execute it
- make
4. If this process is successful a *bioEM* executable should be generated.
\ No newline at end of file