From fa10a8182a89ceef3b75606a1f9d05a41f632ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Fri, 25 May 2018 07:19:00 +0200 Subject: [PATCH] Updated Building OpenRCT2 on Linux (markdown) --- Building-OpenRCT2-on-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 21bce11..8669c77 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -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)` * `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) @@ -134,7 +134,7 @@ You can specify the data directory like this 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 ```