2017-06-06 11:18:16 +02:00
2017-06-06 11:18:16 +02:00
2017-04-19 15:24:19 +02:00
2017-01-22 12:46:35 +01:00
2017-05-30 13:51:06 +02:00
2017-04-14 17:52:22 +02:00
2017-02-02 00:25:57 +01:00
2017-05-27 16:14:44 +02:00
2017-05-30 13:51:06 +02:00
2017-02-17 23:51:35 +01:00
2017-05-30 18:20:00 +02:00
2017-04-12 17:46:44 +02:00
2017-04-14 17:52:22 +02:00
2017-06-06 11:18:16 +02:00
2017-04-14 17:52:22 +02:00
2017-01-11 01:08:20 +01:00
2017-04-14 17:52:22 +02:00
2017-01-07 20:43:55 +01:00
2017-04-14 17:52:22 +02:00
2017-04-14 17:52:22 +02:00
2017-04-14 17:52:22 +02:00
2017-04-14 17:52:22 +02:00
2017-04-18 02:29:32 +02:00
2017-02-07 13:41:38 +01:00
2017-04-14 17:52:22 +02:00
2017-04-14 17:52:22 +02:00
2017-01-22 12:46:35 +01:00
2017-04-14 17:52:22 +02:00
2017-05-30 18:20:00 +02:00
2017-04-14 17:52:22 +02:00
2017-04-14 17:52:22 +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.