From: Martin Taibr Date: Sat, 30 Nov 2019 22:08:05 +0000 (+0000) Subject: Update Repository_Access X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=16ea6d68f9dd7049ddcb8277fa9975440dc280f4;p=xonotic%2Fxonotic.wiki.git Update Repository_Access --- diff --git a/Repository_Access.md b/Repository_Access.md index 84c5760..3c41e52 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -68,7 +68,7 @@ Now the game can be compiled and run with the following commands: **Note:** if you encounter en error similar to darkplaces#111, try `./all clean && ./all compile -r -0`. -You can use just `./all compile -d` to create a slower unoptimized (debug) build with debug symbols but usually you want `-r` (which is also the new default if you have recent enough git). +You can use `./all compile -d` to create a slower unoptimized build with debug symbols but usually you want `-r` (which is also the new default). The `./all run` or `./all compile` line can be followed by `dedicated` to build or run the executable for server hosting. E.g. `./all compile -r dedicated`.