More details.

This commit is contained in:
salman 2024-02-06 11:22:41 +01:00
parent c7ef08d7fa
commit 4f8f291728

View File

@ -59,10 +59,14 @@ Prepare a file, `finlename.mac`, with your beamline and spectrometer design foll
### RedHat and old systems ###
For compilation on RedHat systems:
# Make sure that the `gcc-toolset-13` package is installed
# Use the follwoing compilation command: `scl enable gcc-toolset-13 'make -j8'`
# Use `CMakeLists_rhel8.txt`: `cp CMakeLists_rhel8.txt CMakeLists.txt`
# If you have Root 6.30 use `FindROOT_6.30.cmake`: `cp FindROOT_6.30.cmake FindROOT.cmake`
* Make sure that the `gcc-toolset-13` package is installed
* Use the follwoing compilation command: `scl enable gcc-toolset-13 'make -j8'`
* Use `CMakeLists_rhel8.txt`: `cp CMakeLists_rhel8.txt CMakeLists.txt`
* If you have Root 6.30 use `FindROOT_6.30.cmake`: `cp FindROOT_6.30.cmake FindROOT.cmake`
### Contact ###