mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Merge branch 'ml/add-build-type-to-readme' into 'main'
Add CMake Build Type to Readme See merge request naaice/poet!53
This commit is contained in:
commit
b80ee926da
@ -74,7 +74,7 @@ usual:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake ..
|
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
```
|
```
|
||||||
|
|
||||||
This will create the directory `build` and processes the CMake files
|
This will create the directory `build` and processes the CMake files
|
||||||
@ -118,7 +118,7 @@ $ cd <POET_dir>
|
|||||||
|
|
||||||
# Build process
|
# Build process
|
||||||
$ mkdir build && cd build
|
$ mkdir build && cd build
|
||||||
$ cmake -DCMAKE_INSTALL_PREFIX=/home/<user>/poet ..
|
$ cmake -DCMAKE_INSTALL_PREFIX=/home/<user>/poet -DCMAKE_BUILD_TYPE=Release ..
|
||||||
$ make -j<max_numprocs>
|
$ make -j<max_numprocs>
|
||||||
$ make install
|
$ make install
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user