Skip to content
Snippets Groups Projects
Commit 33eee769 authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Use correct path location when building modparser in README.md

parent 9ada48a5
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ export CC=`which gcc`
export CXX=`which g++`
# build modparser
cd modparser
cd external/modparser
cmake .
make -j
cd ..
cd ../..
# create mechanisms
cd mechanisms
......
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