Skip to content
Snippets Groups Projects
Commit 8cc233d1 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

added updated install instructions to correctly initialize nanocernlib submodule

parent 9427a1f2
Branches
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ Ensure you have
Once you have all dependencies installed, you are ready to build pythia6m
```bash
mkdir -p ${PREFIX}/src && cd ${PREFIX}/src
git clone ${REPO}
git clone --recurse-submodules ${REPO}
mkdir -p pythia6m/BUILD && cd pythia6m/BUILD
cmake .. -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_PREFIX_PATH=${PREFIX}
make -j4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment