Chatterino 2
Chatterino 2 是一款专为 Twitch.tv 设计的聊天客户端。 Chatterino 2 的维基可以在这里找到。 贡献指南可以在这里找到。
下载
当前版本可在 https://chatterino.com 下载。 Windows 用户也可以从 Chocolatey 安装 Chatterino。
每日构建版
你可以在这里下载最新的 Chatterino 2 构建版。
如果你尚未安装,可能还需要从微软安装 VC++ 可再发行组件。
如果你仍然收到关于 MSVCR120.dll 缺失
的错误,那么你应该安装 VC++ 2013 可再发行组件。
构建
要获取包含所需子模块的源代码,请运行:
git clone --recurse-submodules https://github.com/Chatterino/chatterino2.git
或者
git clone https://github.com/Chatterino/chatterino2.git
cd chatterino2
git submodule update --init --recursive
Git blame
本项目的历史中有一些大型提交,它们只进行了样式更改但触及了大多数文件。为了改善 git-blame 的输出,请考虑设置:
git config blame.ignoreRevsFile .git-blame-ignore-revs
这将忽略 .git-blame-ignore-revs
文件 中提到的所有修订。GitHub 默认会这样做。
代码风格
代码使用 clang-format 进行格式化。我们的配置可以在仓库根目录的 .clang-format 文件中找到。
有关更多贡献指南,请查看维基。
Doxygen
Doxygen 用于每日生成项目信息,可在这里查看。