-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Adding intro line
- Loading branch information
Showing
1 changed file
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,31 @@ | ||
# k4RecCalorimeter - Key4hep Framework Components for Calorimeter Reconstruction | ||
|
||
|
||
## Dependencies | ||
|
||
All dependencies can be set up from the Key4hep nightly builds (on lxplus / Centos7 machines with CVMFS) | ||
The components are available from the Key4hep stack on machines with CVMFS. | ||
|
||
``` | ||
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh | ||
``` | ||
|
||
## Dependencies | ||
|
||
* Gaudi | ||
* ROOT | ||
* EDM4HEP | ||
* k4FWCore | ||
* DD4hep | ||
* k4geo | ||
|
||
|
||
## Building | ||
|
||
After fetching the repository, do | ||
``` | ||
source /cvmfs/sw.hsf.org/key4hep/setup.sh | ||
mkdir build install | ||
cd build | ||
cmake -DCMAKE_INSTALL_PREFIX=install .. | ||
make -j4 | ||
make install | ||
cd .. | ||
k4_local_repo # will update all necessary environment variables | ||
``` |