mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
update linux installation instructions
This commit is contained in:
parent
9044700ec6
commit
96fa242e65
1 changed files with 1 additions and 1 deletions
|
@ -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 `<chatterino2 directory>/rapidjson/document.h` exists
|
||||
4. open `chatterino.pro` with QT Creator and build
|
||||
|
||||
|
|
Loading…
Reference in a new issue