An open API service indexing awesome lists of open source software.

https://github.com/ernest1338/cpp-gui-irc-client

simple GUI client for IRC protocol written in C++ aimed for me to practice coding in C++ and making GUI applications
https://github.com/ernest1338/cpp-gui-irc-client

cpp gui irc qt

Last synced: 2 months ago
JSON representation

simple GUI client for IRC protocol written in C++ aimed for me to practice coding in C++ and making GUI applications

Awesome Lists containing this project

README

          

GUI IRC client written in C++


Simple GUI client for IRC protocol written in C++. Aimed for me to practice coding in C++ and making GUI applications.




# Get the client
```
git clone https://github.com/Ernest1338/Cpp-gui-irc-client
cd Cpp-gui-irc-client/
make
sudo make install
```

# Dependencies
- QT
- g++
- Boost C++ libraries
- GNU make

# Compilation alone
```
make
```

# Installation after compile
```
sudo make install
```