From b8db0f7d4c1bf944ed98064fab202b6bb85057de Mon Sep 17 00:00:00 2001 From: fourtf Date: Thu, 17 Aug 2017 15:03:03 +0200 Subject: [PATCH] Added example to linux instuctions to add clarity about where to extract rapidjson to --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9443c26c..e3d021ad8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ download the [boost library](https://sourceforge.net/projects/boost/files/boost/ *most likely works the same for other Debian-like distros* 1. Install QT Creator `sudo apt-get install qtcreator qtmultimedia5-dev` 1. Install boost-dev `sudo apt-get install libboost-all-dev` -1. Copy `include/rapidjson` from [rapidjson](https://github.com/miloyip/rapidjson/releases/latest) into the chatterino directory +1. Copy `include/rapidjson` from [rapidjson](https://github.com/miloyip/rapidjson/releases/latest) into the chatterino directory so that the file `/rapidjson/document.h` exists 1. Open `chatterino.pro` with QT Creator and build ### Mac OSX