From 2b67d36bffee18782c32876e9488d89920624d22 Mon Sep 17 00:00:00 2001 From: Vilgot Fredenberg Date: Wed, 4 Apr 2018 11:59:06 +0200 Subject: [PATCH] correct install instructions for Ubuntu/Debian --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c19ec2c10..920ae84cf 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Be sure to add "-j " as a make argument so it will use all y ### Linux #### 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-dev` +1. install QT Creator `sudo apt install qtcreator qtmultimedia5-dev libqt5svg5-dev` +2. install boost-dev `sudo apt 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