NanoIRC is a lightweight IRC (Internet Relay Chat) server implementation.
NanoIRC is designed to be a simple, efficient IRC server. It includes features such as channel management, user authentication, and various IRC commands.
- CMake (version 3.10 or higher)
- C++ compiler with C++98 support
To clone the project, run the following command:
git clone https://github.com/lkabuci/NanoIRC.git
-
Navigate to the project directory:
cd NanoIRC
-
Create a build directory and navigate into it:
mkdir build && cd build
-
Generate the build files using CMake:
cmake ..
-
Compile the project:
make
After successful compilation, you should find the executable in the build
directory.
[Add instructions on how to run and use the NanoIRC server]
This project is licensed under the MIT License.