]> jfr.im git - irc/evilnet/x3.git/blobdiff - INSTALL
Added the tools I wrote to sync mambo with srvx on AfterNET
[irc/evilnet/x3.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 8429699a5678a036037370e319d3906f5d14592a..c31fd17db17c3b7a4ff06069ad83f86ba3ce5b51 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -51,13 +51,12 @@ almost all our testing, and we recommend it for use with srvx.
 
 Quick Install:
 ----------
-$ ./autogen.sh
-$ ./configure --prefix='/path/to/install/to'
+$ ./configure
     NOTE: The protocol the resulting srvx binary will support is
     determined by the configure script. The P10 protocol is the
     default; if you would like to link to Bahamut, you must pass
     the --with-protocol=bahamut flag to the configure script:
-    $ ./configure --with-protocol=bahamut --prefix='/path/to/install/to'
+    $ ./configure --with-protocol=bahamut
 $ make
 $ ${EDITOR} srvx.conf
     NOTE: You may want to copy srvx.conf.example to srvx.conf and