mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Updated Building OpenRCT2 on Linux (markdown)
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user