IAP GITLAB

Skip to content
Snippets Groups Projects
Commit dd6e50fe authored by Remy Prechelt's avatar Remy Prechelt Committed by ralfulrich
Browse files

Update README with new installation instructions.

parent 8f7141ea
No related branches found
No related tags found
No related merge requests found
...@@ -51,16 +51,27 @@ which are very useful also for us. ...@@ -51,16 +51,27 @@ which are very useful also for us.
CORSIKA 8 is tested regularly at least on gcc7.3.0 and clang-8.0.0. CORSIKA 8 is tested regularly at least on gcc7.3.0 and clang-8.0.0. You will
Additional software prerequisites you need to install are: eigen3, zlib, libbz2, cmake, g++, git. also need:
- Python 3 (supported versions are Python >= 3.6)
- cmake
- git
On a bare Ubuntu 18.04, just add: On a bare Ubuntu 18.04, just add:
``` ``` shell
sudo apt install libeigen3-dev zlib1g-dev libbz2-dev cmake g++ git sudo apt-get install cmake g++ git
``` ```
Follow these steps to download and install CORSIKA 8 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
``` ```
Once Conan is installed, follow these steps to download and install CORSIKA 8:
``` shell
git clone --recursive git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git git clone --recursive git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git
cd corsika cd corsika
mkdir ../corsika-build mkdir ../corsika-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment