mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Add nlhomann-json to the list of libraries
@@ -19,6 +19,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; only for UI client, can be disabled)
|
* `gl` (commonly provided by Mesa or GPU vendors; only for UI client, can be disabled)
|
||||||
* `duktape` (unless scripting is disabled)
|
* `duktape` (unless scripting is disabled)
|
||||||
* `cmake`
|
* `cmake`
|
||||||
|
* `nlohmann-json` (>= 3.6.0)
|
||||||
* Google Benchmark (optional)
|
* Google Benchmark (optional)
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user