From 24ea64bd3289b8a0e22078f699aa5ab6e7a4b6e7 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Tue, 2 Mar 2021 10:43:33 +0100 Subject: [PATCH] added centos section --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4970777cc..1b7175d3d 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,15 @@ On a bare Ubuntu 20.04, just add: sudo apt-get install python3 python3-pip cmake g++ gfortran git doxygen graphviz ``` -CORSIKA 8 uses the [conan](https://conan.io/) package manager to manage our -dependencies. If you do not have Conan installed, it can be installed with: +On a bare CentOS 7 install python3, pip3 (pip from python3) and cmake3. Any of the devtools 7, 8, 9 should work (at least). +Also initialize devtools, before building CORSIKA 8: +``` shell +source /opt/rh/devtoolset-9/enable +``` + +CORSIKA 8 uses the [conan](https://conan.io/) package manager to +manage our dependencies. If you do not have Conan installed, it can be +installed with: ``` shell pip install --user conan -- GitLab