Skip to content
Snippets Groups Projects
Commit c4fd6b79 authored by Ben Cumming's avatar Ben Cumming Committed by GitHub
Browse files

Merge pull request #24 from halfflat/master

Update README.md build instructions
parents 62b39e87 0def5a52
No related branches found
No related tags found
No related merge requests found
......@@ -15,19 +15,10 @@ module load cmake
export CC=`which gcc`
export CXX=`which g++`
# build modparser
cd external/modparser
cmake .
make -j
cd ../..
# create mechanisms
cd mechanisms
./generate.sh
cd ..
# build main project
cmake .
# build main project (out-of-tree)
mkdir build
cd build
cmake ..
make -j
# test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment