Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ To clone and build the repository, run the following commands:
source /cvmfs/sw.hsf.org/key4hep/setup.sh
git clone https://github.com/DRD6/SoftwareTutorials.git
cd SoftwareTutorials
k4_local_repo
mkdir build install
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install -j6
k4_local_repo
```

The `k4_local_repo` command sets the environment variables and makes sure the local modules are found by the system.
Expand Down
Loading