mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
correct install instructions for Ubuntu/Debian
This commit is contained in:
parent
5c23be2122
commit
2b67d36bff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue