mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
add instructions on how to install rapidjson
This commit is contained in:
parent
196bbace85
commit
36e236e520
14
README.md
14
README.md
|
@ -9,3 +9,17 @@ Chatterino 2 is the second installment of my twitch chat client series "Chatteri
|
|||
|
||||
## code style
|
||||
The code is normally formated using clang format in qt creator. [clangformat.txt](https://github.com/fourtf/chatterino2/blob/master/clangformat.txt) contains the style file for clang format.
|
||||
|
||||
## third party dependencies
|
||||
|
||||
### submodules
|
||||
1. run git submodule update --init --recursive
|
||||
|
||||
### rapidjson
|
||||
|
||||
#### windows
|
||||
1. download rapidjson zip from https://github.com/miloyip/rapidjson/releases/latest
|
||||
2. extract to C:/local
|
||||
|
||||
#### linux
|
||||
???
|
||||
|
|
Loading…
Reference in a new issue