IAP GITLAB

Skip to content
Snippets Groups Projects
Commit d7d2b5dd authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Update README.md

parent 651ef840
No related branches found
No related tags found
1 merge request!263Update documentation
Pipeline #2617 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment