mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Updated Building OpenRCT2 on Linux (markdown)
@@ -165,6 +165,18 @@ make
|
|||||||
|
|
||||||
See the optimisation note above.
|
See the optimisation note above.
|
||||||
|
|
||||||
|
### Ninja
|
||||||
|
|
||||||
|
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
|
||||||
|
ninja #No need to specify parallel, it does that automatically
|
||||||
|
DESTDIR=. ninja install
|
||||||
|
```
|
||||||
|
|
||||||
#### discord-rpc
|
#### discord-rpc
|
||||||
|
|
||||||
https://github.com/OpenRCT2/OpenRCT2/pull/6658 added support for discord-rpc, Discord's Rich Presence client library. It gets automatically picked up when cloned into the root of repository. Our Travis-CI jobs offer packages with discord-rpc compiled in.
|
https://github.com/OpenRCT2/OpenRCT2/pull/6658 added support for discord-rpc, Discord's Rich Presence client library. It gets automatically picked up when cloned into the root of repository. Our Travis-CI jobs offer packages with discord-rpc compiled in.
|
||||||
|
|||||||
Reference in New Issue
Block a user