Changes
Page history
pcos created page: Install
authored
Jun 08, 2016
by
Pilar Cossio
Show whitespace changes
Inline
Side-by-side
Install.md
View page @
1e70e702
...
...
@@ -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
<o
ptionname1
>
=ON -D
<o
ptionname2
>
=OFF ../CMakeLists.txt
-
cmake -D
O
ptionname1=ON -D
O
ptionname2=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