X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=Git.md;h=37b340a3651820471015674b7be21a6d0aa59e63;hb=d7f24a5a3585e4eb4d98492a97e0231030ee569f;hp=0f2a898815e5943a0626a2b4ae7d4f1833a11495;hpb=1195b6945a4c13aa1f491e7ee582c0ebf4a12c97;p=xonotic%2Fxonotic.wiki.git diff --git a/Git.md b/Git.md index 0f2a898..37b340a 100644 --- a/Git.md +++ b/Git.md @@ -4,18 +4,18 @@ Git Cloning the repository ---------------------- -Expected time (~2.5MiB/s): ~2m (initial checkout) + ~35m (./all update) -Expected size: 8.6 GiB +Expected time (~2.5MiB/s): ~2m (initial checkout) + ~75m (./all update) +Expected size: 11.7 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| +|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| git clone https://gitlab.com/xonotic/xonotic.git cd xonotic @@ -30,7 +30,7 @@ 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 -------