README: Remove outdated comment about RedHat

This commit is contained in:
2026-08-12 14:46:50 +02:00
parent b3dee9cde4
commit d253ffbd54
-12
View File
@@ -70,18 +70,6 @@ Prepare a file, `filename.mac`, with your beamline and spectrometer design follo
musrSim filename.mac
### RedHat and old systems ###
For compilation on RedHat systems:
* Make sure that the `gcc-toolset-13` package is installed
* Use the following 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 ###
Thomas Prokscha <thomas.prokscha@psi.ch>