X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Git.md;h=c7f7ba181d350967ad8b14c3f71fef5178e85e3b;hb=ab5afc1ec938a7eb49bf40ad426faeb55edde166;hp=fbd7055ae25d20a131b7544e76620990239f94a2;hpb=7a3143ae98a098dd5485e5040082cde1d7a7604f;p=xonotic%2Fxonotic.wiki.git diff --git a/Git.md b/Git.md index fbd7055..c7f7ba1 100644 --- a/Git.md +++ b/Git.md @@ -1,26 +1,23 @@ -Git -=== - Cloning the repository ---------------------- -Expected time (~2.5MiB/s): ~2m (initial checkout) + ~35m (./all update) -Expected size: 8.6 GiB - -|Repository |Size | -|:-- |:-- | -|data |1 GiB | -|music |225 MiB| -|darkplaces |17 MiB | -|netradiant |19 MiB | -|d0_blind_id|145 KiB| -|maps |2.1 GiB| -|gmqcc |3.3 MiB| - git clone https://gitlab.com/xonotic/xonotic.git cd xonotic ./all update -l best +Expected time (~2.5MiB/s): ~2m (initial checkout) + ~75m (./all update) +Expected size: 11.7 GiB + +|Repository |Size | +|:-- |:-- | +|data |4.6 GiB | +|music |382 MiB| +|darkplaces |160 MiB | +|netradiant |42 MiB | +|d0_blind_id|776 KiB| +|maps |5.6 GiB| +|gmqcc |22 MiB| + After cloning the repository ---------------------------- @@ -30,7 +27,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 -----------------