Skip to content

Simple IRC client based on QT(Colutius) 基于Qt的IRC客户端

License

Notifications You must be signed in to change notification settings

colutius/colutius

Repository files navigation

Colutius

[English]

欢迎使用

   _____      _       _   _           
  / ____|    | |     | | (_)          
 | |     ___ | |_   _| |_ _ _   _ ___ 
 | |    / _ \| | | | | __| | | | / __|
 | |___| (_) | | |_| | |_| | |_| \__ \
  \_____\___/|_|\__,_|\__|_|\__,_|___/
  
  qDebug() << "Hello Colutius!";

一个跨平台,易用,美观的IRC客户端

自动化构建状态

Linux Windows MacOS 备份
linux-badge windows-badge macos-badge backup-badge
License Release Download Stars
license-badge release-badge download-badge stars-badge

软件截图

手动构建

  • 克隆仓库
git clone https://github.com/colutius/colutius.git
cd colutius
  • 开始构建
mkdir build
cd build
cmake ..
make
  • 运行软件
./colutius