mirror-chatterino2/README.md

26 lines
1 KiB
Markdown
Raw Normal View History

# chatterino 2
2017-01-26 10:27:50 +01:00
Chatterino 2 is the second installment of my twitch chat client series "Chatterino". For now you can check out chatterino 1 at [chatterino.com](http://chatterino.com).
## requirements
2017-01-26 10:27:50 +01:00
1. download the [boost library](https://sourceforge.net/projects/boost/files/boost/1.63.0/boost_1_63_0.zip/download) and extract it to `C:\local\boost`
2017-01-26 11:17:29 +01:00
2. download binaries for OpenSSL >= 1.0.2 or compile it from source. [example download](https://indy.fulgan.com/SSL/)
2017-01-26 10:30:13 +01:00
3. Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.
## code style
2017-06-06 19:21:54 +02:00
The code is normally formated using clang format in qt creator. [.clang-format](https://github.com/fourtf/chatterino2/blob/master/.clang-format) 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
2017-06-06 11:49:00 +02:00
2. extract to `C:/local/rapidjson` so that `C:/local/rapidjson/include/rapidjson/` is a proper path
#### linux
???