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

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

License

Notifications You must be signed in to change notification settings

colutius/colutius_old

Repository files navigation

Colutius

[English] [中文]

Welcome to the

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

A cross-platform, easy-to-use, beautiful IRC client

Automate builds

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

Build manually

  • Clone the repository
git clone https://github.com/colutius/colutius.git
cd colutius
  • Start build
mkdir build
cd build
cmake ..
make
  • Run the program
./colutius