Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/HEAD'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ria9993 committed May 6, 2024
2 parents 3a16d32 + 5b1a0ba commit e089f9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
IRC server written by C++98 with Unix kqueue

## Requirements
- **MacOS(Recommanded)** or **Unix** or **Linux** system
- **MacOS(Unix)** system
- **clang++(Recommanded)** or **g++**
- **make**

## Build and Run
### MacOS or Unix(Not tested)
### MacOS(Unix)
```bash
$ make
$ ./ircserv <port> <password>
```
### Linux(Not tested)
Need to install libkqueue-dev to use kqueue on Linux system
### Linux(Unstable)
Need to install libkqueue-dev to use kqueue on Linux system.
(The libkqueue library is currently experiencing issues and may not work properly. <https://github.com/mheily/libkqueue/issues/89>)
```bash
$ sudo apt install libkqueue-dev
$ make
Expand Down

0 comments on commit e089f9b

Please sign in to comment.