summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL28
1 files changed, 28 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..84474c9
--- /dev/null
+++ b/INSTALL
@@ -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".