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

Latest commit

 

History

History
67 lines (52 loc) · 2.2 KB

README.md

File metadata and controls

67 lines (52 loc) · 2.2 KB

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