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 ...@@ -15,19 +15,10 @@ module load cmake
export CC=`which gcc` export CC=`which gcc`
export CXX=`which g++` export CXX=`which g++`
# build modparser # build main project (out-of-tree)
cd external/modparser mkdir build
cmake . cd build
make -j cmake ..
cd ../..
# create mechanisms
cd mechanisms
./generate.sh
cd ..
# build main project
cmake .
make -j make -j
# test # 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