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
- Host: GitHub
- URL: https://github.com/ernest1338/cpp-gui-irc-client
- Owner: Ernest1338
- License: mit
- Created: 2021-03-06T19:44:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T13:29:06.000Z (over 5 years ago)
- Last Synced: 2025-07-29T12:43:38.350Z (11 months ago)
- Topics: cpp, gui, irc, qt
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```