From: terencehill Date: Mon, 21 Jan 2019 18:21:37 +0000 (+0000) Subject: Remove outdated arguments for all run/compile X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=7b682e8700c57307467522790db51e0d8abd7298 Remove outdated arguments for all run/compile --- diff --git a/Repository_Access.md b/Repository_Access.md index 43ddf9c..1f4f735 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -70,7 +70,7 @@ Now the game can be compiled and run with the following commands: You can use just `./all compile` to create a slower unoptimized build with debug symbols but usually you want `-r`. -The `./all run` or `./all compile` line can be followed by one of `glx` (Linux native), `sdl` (input/sound managed by SDL), `agl` (macOS native), `wgl` (Windows native), or `dedicated` (for server hosting) to choose which executable to run or compile. E.g. `./all compile -r dedicated`. +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`. The `run` command can also be followed by standard DarkPlaces commandline arguments: