summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-17 20:25:02 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-17 20:25:02 +0000
commitb4670f2664e1ae4be3c19a7be896f6be18fe9841 (patch)
tree9aca081333181cae711d4813f1d3e75a6f3e68c6 /INSTALL
parentffbb1fe8d0edb0939dc5dc321dbd7bf40152cdc8 (diff)
- Update INSTALL file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1663 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 3602e8f..a95c772 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,8 +15,6 @@
| - You now need to ./configure --prefix="/path/to/install/it" as a |
| minimum. Try ./configure --help or read this file for more info on |
| the possible options you can pass to configure. |
- | |
- | - Important: The old config format WILL NOT WORK. Please see point 6! |
+------------------------------------------------------------------------+
***** EFNET NOTE *****
@@ -86,6 +84,10 @@
should not be used on any production servers for maximum speed
so as to prevent cores from things that shouldn't normally happen.
+ * --enable-debugging - Prepares Makefiles to compile the ircd sources
+ with proper settings that are required for debugging purposes.
+ This switch basically sets CFLAGS to "-g -O0".
+
* --enable-halfops - Enable halfops (%, mode +h) usage. Halfops
are similar to plain ops, but can't kick/deop plain ops. Halfops
may or may not kick/deop other halfops depending on if (+p) is
@@ -103,9 +105,6 @@
4. Run 'make install'; this will install the server, modules, and tools
in the path with the prefix specified when configure was ran.
- 5. If you wish to install the contrib modules, run 'make install' in the
- contrib/ folder to compile and install the modules and help pages.
-
----------------------------------------------------------------------
HOW TO GET HELP