1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Updated Building OpenRCT2 on Linux (markdown)

Margen67
2021-07-15 16:48:36 -10:00
parent b87626ebb9
commit 22879b0bb4

@@ -149,7 +149,7 @@ See the optimization note above.
You can switch from Make to Ninja, if you prefer:
```
mkdir build && cd build
cmake .. -G Ninja #any other arguments you want, for example -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake .. -G Ninja # Any other arguments you want, for example -DCMAKE_BUILD_TYPE=RelWithDebInfo
ninja # No need to specify parallel, it does that automatically
DESTDIR=. ninja install
```