X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Git.md;h=8c2ef18103668f22687c8418b04b5a0c2733e588;hb=889bc3f0cea1de21f77145c2cc7f170723749341;hp=fbd7055ae25d20a131b7544e76620990239f94a2;hpb=7a3143ae98a098dd5485e5040082cde1d7a7604f;p=xonotic%2Fxonotic.wiki.git diff --git a/Git.md b/Git.md index fbd7055..8c2ef18 100644 --- a/Git.md +++ b/Git.md @@ -30,7 +30,12 @@ Please check [Repository Access](Repository_Access) to make sure you checked out Compiling --------- -Run `./all compile` to compile the engine and gamecode. Add -r for a faster release build without debugging symbols. +Run `./all compile` to compile the engine and gamecode. Add `-r` for a faster release build without debugging symbols. + +Running +------- + +Run `./all run` launch the game after compiling. `./all run dedicated` to start a dedicated server instead. Project structure -----------------