IAP GITLAB

build instructions for FreeBSD authored by Maximilian Reininghaus's avatar Maximilian Reininghaus
......@@ -26,14 +26,17 @@ On a fresh ubuntu 18.04 system you would need the following extra packages:
```apt-get install cmake libboost-dev libeigen3-dev python3 gfortran```
If you work with FreeBSD, run:
```pkg install git cmake python3 flang boost-libs eigen```
## Installation
Follow these steps to download and install CORSIKA8-milestone1
Follow these steps to download and build CORSIKA 8 milestone2
```
git clone git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git
cd corsika
git checkout milestone1
git checkout milestone2
mkdir ../corsika-build
cd ../corsika-build
cmake ../corsika -DCMAKE_INSTALL_PREFIX=../corsika-install
......
......