mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Updated Building OpenRCT2 on Linux (markdown)
@@ -18,7 +18,7 @@ To build natively on Linux, you will need a set of libraries set up. Since most
|
|||||||
* `gl (commonly provided by Mesa or GPU vendors; can be disabled)`
|
* `gl (commonly provided by Mesa or GPU vendors; can be disabled)`
|
||||||
* `cmake`
|
* `cmake`
|
||||||
|
|
||||||
Additionally, you can add support for Discord's Rich Presence API by cloning https://github.com/discordapp/discord-rpc into the root clone directory.
|
Additionally, you can add support for Discord's Rich Presence API by cloning https://github.com/discordapp/discord-rpc into the root clone directory. Do note discord-rpc requires rapidjson, which [don't bother fixing their bugs](https://github.com/Tencent/rapidjson/issues/1205) and you may need the hackish workaround: https://github.com/janisozaur/rapidjson/commit/20f8604ee6cd078c1cb2346148c69c0c2c160db2
|
||||||
|
|
||||||
### APT (Debian, Ubuntu)
|
### APT (Debian, Ubuntu)
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ You can specify the data directory like this
|
|||||||
|
|
||||||
OR
|
OR
|
||||||
|
|
||||||
Just symlink the `data` directory in the current `build` directory
|
Just symlink the `data` directory in the current `build` directory, which is the easiest approach for development
|
||||||
```
|
```
|
||||||
ln -s ../data data
|
ln -s ../data data
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user