mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Updated Linux requirements (#90)
This commit is contained in:
parent
42cbc30ad6
commit
97b3bb2230
|
@ -23,7 +23,7 @@ download the [boost library](https://sourceforge.net/projects/boost/files/boost/
|
||||||
### linux
|
### linux
|
||||||
#### Ubuntu 16.04.2 LTS
|
#### Ubuntu 16.04.2 LTS
|
||||||
*most likely works the same for other Debian-like distros*
|
*most likely works the same for other Debian-like distros*
|
||||||
1. Install QT Creator `sudo apt-get install qtcreator`
|
1. Install QT Creator `sudo apt-get install qtcreator qtmultimedia5-dev`
|
||||||
1. Install boost-dev `sudo apt-get install libboost-all-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
|
||||||
1. Open `chatterino.pro` with QT Creator and build
|
1. Open `chatterino.pro` with QT Creator and build
|
||||||
|
|
Loading…
Reference in a new issue