Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Latest commit

 

History

History
66 lines (51 loc) · 2.17 KB

README-CN.md

File metadata and controls

66 lines (51 loc) · 2.17 KB

Colutius

[English] [中文]

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

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

自动化构建状态

Linux Windows MacOS
linux-badge windows-badge macos-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