From 36e236e52050bd9431b67bc6e9a06e477baabcd5 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Tue, 6 Jun 2017 11:25:16 +0200 Subject: [PATCH] add instructions on how to install rapidjson --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index acd7b4e6..e22500d5 100644 --- a/README.md +++ b/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 +???