IAP GITLAB
Changes
Page history
build instructions for FreeBSD
authored
Jan 23, 2019
by
Maximilian Reininghaus
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
fe8241a1
...
...
@@ -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
CORSIKA
8-
milestone
1
Follow these steps to download and
build
CORSIKA
8
milestone
2
```
git clone git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git
cd corsika
git checkout milestone
1
git checkout milestone
2
mkdir ../corsika-build
cd ../corsika-build
cmake ../corsika -DCMAKE_INSTALL_PREFIX=../corsika-install
...
...
...
...