mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Added example to linux instuctions
to add clarity about where to extract rapidjson to
This commit is contained in:
parent
ca65e543ec
commit
b8db0f7d4c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ download the [boost library](https://sourceforge.net/projects/boost/files/boost/
|
|||
*most likely works the same for other Debian-like distros*
|
||||
1. Install QT Creator `sudo apt-get install qtcreator qtmultimedia5-dev`
|
||||
1. Install boost-dev `sudo apt-get install libboost-all-dev`
|
||||
1. Copy `include/rapidjson` from [rapidjson](https://github.com/miloyip/rapidjson/releases/latest) into the chatterino directory
|
||||
1. 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
|
||||
1. Open `chatterino.pro` with QT Creator and build
|
||||
|
||||
### Mac OSX
|
||||
|
|
Loading…
Reference in a new issue