diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +blabouncer - An IRC bouncer written in C + +== Dependencies == + +The following dependencies are required for blabouncer: + +To compile: + +- a C compiler +- glibc +- OpenSSL + +To run: + +- glibc +- OpenSSL + +== Compiling == + +To compile run "make". + +== Installing == + +To install run "make install". + +== Uninstalling == + +To uninstall run "make uninstall". |