correct install instructions for Ubuntu/Debian

This commit is contained in:
Vilgot Fredenberg 2018-04-04 11:59:06 +02:00
parent 5c23be2122
commit 2b67d36bff
No known key found for this signature in database
GPG key ID: FD58219A4C35C768

View file

@ -34,8 +34,8 @@ Be sure to add "-j <number of cores\*2>" 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 `<chatterino2 directory>/rapidjson/document.h` exists
4. open `chatterino.pro` with QT Creator and build