summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2020-10-24 18:00:26 +0100
committerLuke Bratch <luke@bratch.co.uk>2020-10-24 18:00:26 +0100
commit323e273bc7dbc2b244e536a10b6c370651c76b8a (patch)
tree854bc86582136dd4805bb446246fa0899e9f74fd /INSTALL
parent8bb628f9022b9937543595a3009a4763ff05731f (diff)
Create INSTALL file for dependencies/compilation/installation/uninstallation and move compilation out of README file.
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".