IAP GITLAB
Changes
Page history
Update home
authored
Oct 09, 2018
by
Ralf Ulrich
Show whitespace changes
Inline
Side-by-side
home.md
View page @
003fd159
...
...
@@ -25,8 +25,10 @@ We also want to point you to the [MCnet guidelines](https://gitlab.ikp.kit.edu/A
Follow these steps to download and install CORSIKA8-milestone1
```
git clone git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git
mkdir corsika-build
cd corsika-build
cd corsika
git checkout milestone1
mkdir ../corsika-build
cd ../corsika-build
cmake ../corsika -DCMAKE_INSTALL_PREFIX=../corsika-install
make
make install
...
...
...
...