diff options
-rw-r--r-- | INSTALL | 28 | ||||
-rw-r--r-- | README | 4 |
2 files changed, 28 insertions, 4 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". @@ -1,9 +1,5 @@ blabouncer - An IRC bouncer written in C -== Compiling == - -To compile run "make". - == Running == To run from the current directory once compiled run "./blabouncer". |