Chat client for https://twitch.tv
Go to file
Rasmus Karlsson 1d6f558452 Remove SharedChannel (just use std::shared_ptr<Channel>)
More code-refactoring BBaper
2017-06-11 11:36:42 +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 Remove SharedChannel (just use std::shared_ptr<Channel>) 2017-06-11 11:36:42 +02:00
.clang-format Move clang-format file to the correct path 2017-05-27 14:59:26 +02:00
.gitignore update gitignore 2017-06-10 22:33:24 +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 rename header files from *.h to *.hpp 2017-06-11 09:31:45 +02:00
README.md cucked link 2017-06-06 19:21:54 +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. .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
  2. extract to C:/local/rapidjson so that C:/local/rapidjson/include/rapidjson/ is a proper path

linux

???