mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Added build details for Linux (#84)
This commit is contained in:
parent
a6d87ead9b
commit
5ded5cab02
1 changed files with 5 additions and 2 deletions
|
@ -21,7 +21,10 @@ download the [boost library](https://sourceforge.net/projects/boost/files/boost/
|
||||||
2. extract to `C:/local/rapidjson` so that `C:/local/rapidjson/include/rapidjson/` is a proper path
|
2. extract to `C:/local/rapidjson` so that `C:/local/rapidjson/include/rapidjson/` is a proper path
|
||||||
|
|
||||||
### linux
|
### linux
|
||||||
???
|
1. Install QT Creator `sudo apt-get install qt5-default`
|
||||||
|
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. Open `chatterino.pro` with QT Creator and build
|
||||||
|
|
||||||
### Mac OSX
|
### Mac OSX
|
||||||
1. Install XCode and XCode Command Line Utilites
|
1. Install XCode and XCode Command Line Utilites
|
||||||
|
@ -29,4 +32,4 @@ download the [boost library](https://sourceforge.net/projects/boost/files/boost/
|
||||||
3. Install brew https://brew.sh/
|
3. Install brew https://brew.sh/
|
||||||
4. `brew install boost openssl rapidjson`
|
4. `brew install boost openssl rapidjson`
|
||||||
5. Build the garbage using QT creator
|
5. Build the garbage using QT creator
|
||||||
6. gachiGASM
|
6. gachiGASM
|
||||||
|
|
Loading…
Reference in a new issue