From 15550b1ca92638946cd06b49d8e57edd8c06440b Mon Sep 17 00:00:00 2001 From: Witold Baryluk Date: Mon, 28 Sep 2020 22:03:12 +0000 Subject: [PATCH] Add nlhomann-json to the list of libraries --- Building-OpenRCT2-on-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 1152c76..15a24ed 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -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) * `duktape` (unless scripting is disabled) * `cmake` +* `nlohmann-json` (>= 3.6.0) * 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