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