]> jfr.im git - irc/DALnet/bahamut.git/commitdiff
Add the list of required packages to INSTALL
authorKobi Shmueli <redacted>
Mon, 17 Dec 2018 01:32:00 +0000 (03:32 +0200)
committerKobi Shmueli <redacted>
Mon, 17 Dec 2018 01:32:00 +0000 (03:32 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 1b79fede026faa4b4e78318f00459ab8be65894f..5ca07ab8d6ef4934e0bf342da84d3b3c806a483a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -23,5 +23,25 @@ HOW TO BUILD:
     You may override these options by specifying a config file using:
     ./ircd -f path/to/ircd.conf
 
+
+REQUIRED PACKAGES:
+------------------
+If ./configure script fails, make sure you have the required package install.
+
+For CentOS:
+1.  Run the following command to install the development tools:
+       sudo yum groupinstall "Development Tools"
+
+2.  Run the following command to install the required packages:
+       sudo yum install zlib-devel openssl-devel
+
+For Ubuntu:
+1.  Run the following command to update your package list:
+       sudo apt-get update
+
+2.  Run the following command to install the required packages:
+       sudo apt-get install build-essential zlib1g-dev libssl-dev
+
+
 Best of luck!
 -The Bahamut Team