From 96fa242e65995bb71ffc3fe338797572dee07811 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Thu, 4 Jan 2018 02:30:51 +0100 Subject: [PATCH] update linux installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e032bbd39..90420f0a0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Building using MSYS2 can be quite easier process. Check out MSYS2 at [msys2.org] #### Ubuntu 16.04.2 LTS *most likely works the same for other Debian-like distros* 1. install QT Creator `sudo apt-get install qtcreator qtmultimedia5-dev` -2. install boost-dev `sudo apt-get install libboost-all-dev` +2. install boost-dev `sudo apt-get install libboost-dev` 3. copy `include/rapidjson` from [rapidjson](https://github.com/miloyip/rapidjson/releases/latest) into the chatterino directory so that the file `/rapidjson/document.h` exists 4. open `chatterino.pro` with QT Creator and build