IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
203
Issue boards
Milestones
Wiki
Code
Merge requests
22
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Update home
authored
6 years ago
by
Ralf Ulrich
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+4
-2
4 additions, 2 deletions
home.md
with
4 additions
and
2 deletions
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
...
@@ -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
Follow these steps to download and install CORSIKA8-milestone1
```
```
git clone git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git
git clone git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git
mkdir corsika-build
cd corsika
cd corsika-build
git checkout milestone1
mkdir ../corsika-build
cd ../corsika-build
cmake ../corsika -DCMAKE_INSTALL_PREFIX=../corsika-install
cmake ../corsika -DCMAKE_INSTALL_PREFIX=../corsika-install
make
make
make install
make install
...
...
This diff is collapsed.
Click to expand it.