Skip to content
Snippets Groups Projects
Commit 0def5a52 authored by Sam Yates's avatar Sam Yates
Browse files

Update README.md build instructions

parent 62b39e87
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