Chat client for https://twitch.tv
Go to file
Rasmus Karlsson 1a428a54d5 Refactor IrcManager a bit
Create a new readConnection so we can read our own messages
2017-06-06 15:57:54 +02:00
dependencies fix rapidjson include stuff 2017-06-06 11:49:00 +02:00
forms Renamed User* to Account* (#41) 2017-04-19 15:24:19 +02:00
lib move around files 2017-06-06 14:48:14 +02:00
resources move around files 2017-06-06 14:48:14 +02:00
src Refactor IrcManager a bit 2017-06-06 15:57:54 +02:00
.clang-format Move clang-format file to the correct path 2017-05-27 14:59:26 +02:00
.gitignore rename twitchaccount file to twitchuser to match class name 2017-05-30 15:22:44 +02:00
.gitmodules add settings submodule 2017-05-30 13:51:06 +02:00
.travis.yml started adding text selection 2017-02-17 23:51:35 +01:00
chatterino.pro move around files 2017-06-06 14:48:14 +02:00
README.md fix rapidjson include stuff 2017-06-06 11:49:00 +02:00

chatterino 2

Chatterino 2 is the second installment of my twitch chat client series "Chatterino". For now you can check out chatterino 1 at chatterino.com.

requirements

  1. download the boost library and extract it to C:\local\boost
  2. download binaries for OpenSSL >= 1.0.2 or compile it from source. example download
  3. Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.

code style

The code is normally formated using clang format in qt creator. 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/rapidjson so that C:/local/rapidjson/include/rapidjson/ is a proper path

linux

???