IAP GITLAB

Skip to content
Snippets Groups Projects
Commit d573cfd1 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

Merge branch 'conan-version-readme' into 'master'

update conan version to 1.57 and include Release in build type during cmake, in the readme file

See merge request !504
parents 45641e5b 7d1a8dec
No related branches found
No related tags found
1 merge request!504update conan version to 1.57 and include Release in build type during cmake, in the readme file
Checking pipeline status
......@@ -82,7 +82,7 @@ If you do not have Conan installed, it can be
installed with:
``` shell
pip install --user conan~=1.55.0
pip install --user conan~=1.57.0
```
### Compiling
......@@ -94,7 +94,7 @@ git clone --recursive git@gitlab.iap.kit.edu:AirShowerPhysics/corsika.git
mkdir corsika-build
cd corsika-build
../corsika/conan-install.sh
cmake ../corsika -DCMAKE_INSTALL_PREFIX=../corsika-install
cmake ../corsika -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DCMAKE_INSTALL_PREFIX=../corsika-install
make -j8
make install
```
......
......@@ -86,7 +86,7 @@ If you do not have Conan installed, it can be
installed with:
::
pip install --user conan~=1.55.0
pip install --user conan~=1.57.0
Compiling
......@@ -99,7 +99,7 @@ Once Conan is installed, follow these steps to download and install CORSIKA 8:
mkdir corsika-build
cd corsika-build
../corsika/conan-install.sh
cmake ../corsika -DCMAKE_INSTALL_PREFIX=../corsika-install
cmake ../corsika -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DCMAKE_INSTALL_PREFIX=../corsika-install
make -j8
make install
......
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