]> jfr.im git - irc/evilnet/x3.git/commitdiff
Howd that get there..
authorrubin <redacted>
Wed, 23 Jun 2004 23:46:35 +0000 (23:46 +0000)
committerrubin <redacted>
Wed, 23 Jun 2004 23:46:35 +0000 (23:46 +0000)
INSTALL
srvx [deleted file]

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
diff --git a/srvx b/srvx
deleted file mode 100644 (file)
index 0bf8a6b..0000000
Binary files a/srvx and /dev/null differ