IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Pranav Sampathkumar
corsika
Commits
d7d2b5dd
Commit
d7d2b5dd
authored
4 years ago
by
Ralf Ulrich
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
651ef840
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-4
6 additions, 4 deletions
README.md
with
6 additions
and
4 deletions
README.md
+
6
−
4
View file @
d7d2b5dd
...
...
@@ -65,15 +65,17 @@ those; we test with Pythia version 8.235.
On a bare Ubuntu 18.04, just add:
```
sudo apt install cmake g++ git
sudo apt install
binutils gfortran make python3
cmake
gcc
g++ git
libz-dev libspdlog-dev libeigen3-dev libboost-iostreams-dev
```
add
```libeigen3-dev```
if you want to use system version of eigen3.
Furthermore these packages are also reqommended:
add
```gcc ssh-client less rsync libboost-dev```
If you work with FreeBSD, run:
```
pkg install git cmake python3 flang
pkg install git cmake python3 flang
eigen
```
or add
```boost-libs```
and
```eigen```
if you want to use the system versions.
or add
```boost-libs```
if you want to use the system versions.
### Compiling
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment