X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/79e54a7b0d0d09ba09534790307a312da539aaba..d8d3ee7365674e843548c5bc69fab1288458e71f:/INSTALL diff --git a/INSTALL b/INSTALL index 8429699..c31fd17 100644 --- 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