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 @
fa80c4a8
...
@@ -17,9 +17,9 @@ CMake contains all the instructions to generate automatically a Makefile accordi
...
@@ -17,9 +17,9 @@ CMake contains all the instructions to generate automatically a Makefile accordi
## Steps for installation
## Steps for installation
1.
Create a build directory in the main BioEM directory, and access it by
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
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
3.
After generating the Makefile, execute it
make
-
make
4.
If this process is successful a
*bioEM*
executable should be generated.
4.
If this process is successful a
*bioEM*
executable should be generated.
\ No newline at end of file