We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efb106f + ea9c0a9 commit 4f9bd44Copy full SHA for 4f9bd44
README.md
@@ -21,11 +21,11 @@ To clone and build the repository, run the following commands:
21
source /cvmfs/sw.hsf.org/key4hep/setup.sh
22
git clone https://github.com/DRD6/SoftwareTutorials.git
23
cd SoftwareTutorials
24
+k4_local_repo
25
mkdir build install
26
cd build
27
cmake .. -DCMAKE_INSTALL_PREFIX=../install
28
make install -j6
-k4_local_repo
29
```
30
31
The `k4_local_repo` command sets the environment variables and makes sure the local modules are found by the system.
0 commit comments