IAP GITLAB

Skip to content
Snippets Groups Projects
Commit bbfd9489 authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Update README.md

parent af80b0c6
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!66Update project docs
Pipeline #1972 passed
......@@ -50,7 +50,7 @@ which are very useful also for us.
touch with the project
## Installation
## Prerequisites
CORSIKA 8 is tested regularly via gitlab-CI using recent gcc and clang
versions. Additional software prerequisites: cmake, g++, git.
......@@ -66,6 +66,15 @@ sudo apt install cmake g++ git
```
add ```libeigen3-dev``` if you want to use system version of eigen3.
If you work with FreeBSD, run:
```
pkg install git cmake python3 flang
```
or add ```boost-libs``` and ```eigen``` if you want to use the system versions.
## Installation
Follow these steps to download and install CORSIKA 8 milestone2
```
git clone --recursive https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika.git
......
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