From bbfd948996205257342d2d671f00cf2d2c2ea8c4 Mon Sep 17 00:00:00 2001 From: Ralf Ulrich <ralf.ulrich@kit.edu> Date: Fri, 31 Jul 2020 11:52:30 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 705f3783c..497e4f239 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab