mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-08 14:58:11 -04:00
Fix another shell example
This commit is contained in:
parent
19a8d3b9f2
commit
f2cd04bde8
@ -147,7 +147,10 @@ Dependencies:
|
|||||||
|
|
||||||
To build standalone version:
|
To build standalone version:
|
||||||
|
|
||||||
cmake . && make
|
```shell
|
||||||
|
cmake .
|
||||||
|
cmake --build .
|
||||||
|
```
|
||||||
|
|
||||||
Following variables may be supplied to CMake to affect build:
|
Following variables may be supplied to CMake to affect build:
|
||||||
|
|
||||||
@ -163,7 +166,7 @@ Following variables may be supplied to CMake to affect build:
|
|||||||
|
|
||||||
To install the library system-wide, run:
|
To install the library system-wide, run:
|
||||||
|
|
||||||
```sh
|
```shell
|
||||||
cmake .
|
cmake .
|
||||||
cmake --build .
|
cmake --build .
|
||||||
cmake --install .
|
cmake --install .
|
||||||
@ -172,7 +175,7 @@ cmake --install .
|
|||||||
You can change installation prefix with CMAKE_INSTALL_PREFIX cmake
|
You can change installation prefix with CMAKE_INSTALL_PREFIX cmake
|
||||||
variable:
|
variable:
|
||||||
|
|
||||||
```sh
|
```shell
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr/local .
|
cmake -DCMAKE_INSTALL_PREFIX=/usr/local .
|
||||||
cmake --build .
|
cmake --build .
|
||||||
cmake --install .
|
cmake --install .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user