From 323e273bc7dbc2b244e536a10b6c370651c76b8a Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 24 Oct 2020 18:00:26 +0100 Subject: Create INSTALL file for dependencies/compilation/installation/uninstallation and move compilation out of README file. --- INSTALL | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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". -- cgit v1.2.3