Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.62 KB

README-EN.md

File metadata and controls

46 lines (39 loc) · 1.62 KB

Colutius

CI Backup

License Release Download Stars

Welcome to the

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

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

Screenshot

Build manually

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