blob: 01234e43a6c07479fc71fc80fbca505c8b8db1e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
blabouncer - An IRC bouncer written in C
== Dependencies ==
The following dependencies are required for blabouncer:
To compile:
- a C compiler
- glibc
- OpenSSL
- Git (optional - used to define VERSION if installed)
To run:
- glibc
- OpenSSL
== Compiling ==
To compile run "make".
== Installing ==
To install run "make install".
== Uninstalling ==
To uninstall run "make uninstall".
|