X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Ftechdoc%2Fbuild.txt;h=56c74d0449cb93faa01c6cba10f61c6aa07613aa;hb=10ef619598720fc710f58a1d0ce18e250114a600;hp=0a311d9a5531988f1695a8995af065b2fc02d21f;hpb=d9c0d92c9849ad034e4f116c0cd3afa7e5aa410c;p=citadel.git diff --git a/citadel/techdoc/build.txt b/citadel/techdoc/build.txt index 0a311d9a5..56c74d044 100644 --- a/citadel/techdoc/build.txt +++ b/citadel/techdoc/build.txt @@ -19,10 +19,9 @@ SOURCES macro near the top of Makefile.in. possible to build RPM's, and bring the installation process closer to that of other packages, which if you're using the new configure script goes like this: - ./configure [--enable-ansi-color] [--disable-auto-login] [--prefix=/foo] - + ./configure [--enable-ansi-color] [--disable-autologin] [--prefix=/foo] - --prefix specifies the location the BBS will run from, + --prefix specifies the location Citadel will run from, /usr/local/citadel by default. to build a highly optimized version without debugging symbols, you could do something like this (with the bourne shell):