]> jfr.im git - irc/evilnet/x3.git/blobdiff - INSTALL
Removing config-built file from cvs
[irc/evilnet/x3.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index c31fd17db17c3b7a4ff06069ad83f86ba3ce5b51..8429699a5678a036037370e319d3906f5d14592a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -51,12 +51,13 @@ almost all our testing, and we recommend it for use with srvx.
 
 Quick Install:
 ----------
-$ ./configure
+$ ./autogen.sh
+$ ./configure --prefix='/path/to/install/to'
     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
+    $ ./configure --with-protocol=bahamut --prefix='/path/to/install/to'
 $ make
 $ ${EDITOR} srvx.conf
     NOTE: You may want to copy srvx.conf.example to srvx.conf and