Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.57 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.57 KB

Colutius

CI Backup

License Release Download Stars

欢迎使用

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

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

软件截图

手动构建

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