Essential Strategy Posted yesterday at 03:31 Report Share Posted yesterday at 03:31 Hello, I just tried to download the latest alpha version from the official web page for Linux, but it seems there is no link or something and had to install it from the Software Manager of my distro, but it is not the latest alpha, as it says 0.27.0 in version. Quote Link to comment Share on other sites More sharing options...
ffm2 Posted yesterday at 08:17 Report Share Posted yesterday at 08:17 As I see it, you are right. I downloaded and installed the branch from git with git clone --single-branch --branch release-a27.1 https://gitea.wildfiregames.com/0ad/0ad.git But you can also download from https://releases.wildfiregames.com/ 27.1 is from 14.07. so the distros may need some till it lands in their repos. Quote Link to comment Share on other sites More sharing options...
ffm2 Posted yesterday at 08:21 Report Share Posted yesterday at 08:21 Be sure to follow https://gitea.wildfiregames.com/0ad/0ad/wiki/BuildInstructions tl;dr have all dependencys run 0ad/libraries/build-source-libs.sh run 0ad/build/workspaces/update-workspaces.sh run make -j5 in the folder 0ad/build/workspaces/gcc/ Quote Link to comment Share on other sites More sharing options...
Stan` Posted yesterday at 08:25 Report Share Posted yesterday at 08:25 Don't forget to run 0ad/source/tools/spirv/get-nightly-shaders.sh if you want to use Vulkan. Quote Link to comment Share on other sites More sharing options...
andy5995 Posted yesterday at 12:36 Report Share Posted yesterday at 12:36 4 hours ago, Stan` said: Don't forget to run 0ad/source/tools/spirv/get-nightly-shaders.sh if you want to use Vulkan. @Stan`And that's only needed if building from git? The required spirv stuff is included in the release data archive, correct? Quote Link to comment Share on other sites More sharing options...
Stan` Posted 21 hours ago Report Share Posted 21 hours ago 2 hours ago, andy5995 said: @Stan`And that's only needed if building from git? The required spirv stuff is included in the release data archive, correct? That's right. 1 Quote Link to comment Share on other sites More sharing options...
Essential Strategy Posted 10 hours ago Author Report Share Posted 10 hours ago 18 hours ago, ffm2 said: Be sure to follow https://gitea.wildfiregames.com/0ad/0ad/wiki/BuildInstructions I would do if it works, but is not the case Quote Link to comment Share on other sites More sharing options...
ffm2 Posted 3 hours ago Report Share Posted 3 hours ago Which linux? E.g. arch has it in their repos already since some hours. https://archlinux.org/packages/extra/x86_64/0ad/ Odd, that that site doesn't work for you but the forum. If you only play a bit single player you could maybe stick around a bit with 27.0 for a while until it's in your repo. From that site you usually need only the dependency list (apart from whats already posted): sudo pacman -S --needed awk openal m4 boost cmake curl enet fmt gcc gloox grep icu libgl libogg \ libpng libsodium libvorbis libxml2 llvm make miniupnpc patch pkg-config python \ rust sdl2 subversion wxwidgets-gtk3 zip zlib Or: sudo apt install build-essential cargo cmake curl libboost-dev libboost-system-dev \ libboost-filesystem-dev libcurl4-gnutls-dev libenet-dev libfmt-dev \ libfreetype-dev m4 libgloox-dev libicu-dev libminiupnpc-dev libnvtt-dev \ libogg-dev libopenal-dev libpng-dev libsdl2-dev libsodium-dev libvorbis-dev \ libwxgtk3.2-dev libxml2-dev llvm python3 rustc subversion zlib1g-dev Quote Link to comment Share on other sites More sharing options...
Itms Posted 2 hours ago Report Share Posted 2 hours ago On 19/07/2025 at 10:17 AM, ffm2 said: As I see it, you are right. I downloaded and installed the branch from git with git clone --single-branch --branch release-a27.1 https://gitea.wildfiregames.com/0ad/0ad.git But you can also download from https://releases.wildfiregames.com/ 27.1 is from 14.07. so the distros may need some till it lands in their repos. Thanks for dedicating time to helping newcomers! I recommend not pointing end users to the git repo, as there are several extra steps to perform (shaders, translations, etc). It is better to point to building from the released source archives: https://gitea.wildfiregames.com/0ad/0ad/wiki/CompilingUsingTheReleaseSourceArchives Additionally the "release-a27.1" branch will be deleted soon, the permanent way to get the release tree is to use the tag "a27.1". Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.