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