---
Autobuilds are "beta" builds, like [stable release](https://xonotic.org/download/) builds but with all the latest changes from git.
-They're the easy way to play or host the latest development version. Like stable releases they include source code and an easy way to [compile](Compile) it for various CPUs.
+They're the easy way to play or host the latest development version. Like stable releases they include source code and an easy way to [compile](Compiling) it for various CPUs.
If you "installed" Xonotic by unpacking the stable release zip you can update it to the latest autobuild using the scripts located in `misc/tools/rsync-updater` (use `update-to-autobuild.bat` if you're on Windows, `update-to-autobuild.sh` on Linux and Mac). You can also [download an autobuild zip](https://beta.xonotic.org/autobuild/).
Project structure
-----------------
-The game content can be divided into several distinct parts, like the `data/` directory, and some of its subdirectories. This is why there are several repositories, and a helper script to fetch and update them all. This is described in [Repository Access](Repository_Access) under “Working with the helper script ./all”
+The game content can be divided into several distinct parts, like the `data/` directory, and some of its subdirectories. This is why there are several repositories, and a helper script to fetch and update them all. This is described in [Repository Access](Repository_Access).
The current structure looks as follows:
|`/data/xonotic-maps.pk3dir` | 5.5GiB |[xonotic-maps.pk3dir.git](https://gitlab.com/xonotic/xonotic-maps.pk3dir)|
|`/data/xonotic-music.pk3dir` | 367MiB |[xonotic-music.pk3dir.git](https://gitlab.com/xonotic/xonotic-music.pk3dir)|
|`/data/xonotic-nexcompat.pk3dir`| 956MiB |[xonotic-nexcompat.pk3dir.git](https://gitlab.com/xonotic/xonotic-nexcompat.pk3dir)|
-|`/data/xonotic-xoncompat.pk3dir`| 956MiB |[xonotic-xoncompat.pk3dir.git](https://gitlab.com/xonotic/xonotic-xoncompat.pk3dir)|
-|`/gmqcc` | 19MiB |[gmqcc.git](https://gitlab.com/xonotic/gmqcc)|
+|`/data/xonotic-xoncompat.pk3dir`| 19MiB |[xonotic-xoncompat.pk3dir.git](https://gitlab.com/xonotic/xonotic-xoncompat.pk3dir)|
+|`/gmqcc` | 8MiB |[gmqcc.git](https://gitlab.com/xonotic/gmqcc)|
|`/mediasource` | 3.6GiB |[mediasource.git](https://gitlab.com/xonotic/mediasource)|
|`/netradiant` | 70MiB |[netradiant.git](https://gitlab.com/xonotic/netradiant)|
|`/netradiant-xonoticpack` | 204KiB |[netradiant-xonoticpack.git](https://gitlab.com/xonotic/netradiant-xonoticpack)|
- [DarkPlaces Wiki](DarkPlaces-Index)
- [Writing your first mutator](writing-your-first-mutator)
- [Tips for new developers](Programming-Tips)
-- [Programming QuakeC stuff in Xonotic
-](Programming-QuakeC-stuff-in-Xonotic)
+- [Programming QuakeC stuff in Xonotic](Programming-QuakeC-stuff-in-Xonotic)
### [Translating](Translating)
- [Translation website](https://www.transifex.com/team-xonotic/xonotic/dashboard/)
The git client will perform poorly (compared to regular release or auto builds) on GPUs with limited VRAM, such as integrated GPUs.
-[About 12GB of disk space is required for the git repositories.](Git)
+[About 15GB of disk space is required for the git repositories.](Git)
### Linux
To update your Git clone:
cd xonotic
- ./all checkout # switch to main branch on all repos (usually master)
- ./all update # pull and prune
- ./all compile # recompile what changed
+ ./all checkout # switch to default branch on all repos (may change occasionally!)
+ ./all update # pull and prune
+ ./all compile # recompile what changed
**Note:** If you intend to play on public servers, you should probably also enable the nexcompat repo to download additional textures that are used on some older unofficial maps. Use `touch data/xonotic-nexcompat.pk3dir.yes` and `./all update`. For mappers: these textures should NOT be used on new maps.