Search Criteria
Package Details: 0ad-git 21551-1
Git Clone URL: | https://aur.archlinux.org/0ad-git.git (read-only, click to copy) |
---|---|
Package Base: | 0ad-git |
Description: | Cross-platform, 3D and historically-based real-time strategy game — built from git source tree. WARNING: the 0ad git repo is approximately 7 GB in size! |
Upstream URL: | http://play0ad.com/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | fusion809 |
Maintainer: | fusion809 |
Last Packager: | fusion809 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-09 11:31 |
Last Updated: | 2020-06-21 18:24 |
Dependencies (8)
- 0ad-data-git
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- libsm (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git) (make)
- python2 (make)
- zip (zip-natspec) (make)
Required by (3)
- 0ad-data-git
- 0ad-zh-lang (requires 0ad)
- hyrule-conquest (requires 0ad)
Latest Comments
1 2 Next › Last »
FastCar commented on 2020-12-16 00:27
mft is now a dependency for 0ad. SpiderMonkey version has been bumped to 78 and now requires rust for the build process. I guess that means rustup and cargo for make dependencies? Not sure if the PKGBUILD is also expected to install the toolchain if not already installed? Additionally I wonder what "test projects" are? If they're not necessary, compilation time could be reduced by adding --without-tests.
TheCloudt commented on 2020-06-28 18:20
Hi, the current version fails to build with an
error.
There is a fix known at wildfire games namely D2745, I am not aware when this fix will appear in the master branch on git, but in the mean time one can apply D2745 himself by applying the diff located at:
https://code.wildfiregames.com/D2745
tuxayo commented on 2020-05-14 18:40
Can someone check the size of the .git directory? To have an idea if not cloning the whole history[1] would save space.
[1] using
git clone --depth 1
kozaki commented on 2019-12-11 17:00
Actually about 7 GB nowadays:
$ ncdu /PATH/TO/makepkg/0ad-git/src/
fusion809 commented on 2018-12-19 13:37
@Sample: please stop spamming these comments.
a36233 commented on 2018-05-18 07:57
./src/0ad/binaries/system/*.so missing on system after installation.
a36233 commented on 2018-05-17 21:37
Reported Upstream possible fix:
$ export SDL2_CONFIG="pkg-config sdl2"
$ sh update-workspaces.sh
fusion809 commented on 2018-05-17 15:52
@a36233, hmm thanks for reporting but this does seem like an upstream bug. Could you report this bug upstream? I personally have no idea how to fix this really, although if someone else knows how to I'll be happy to accept a patch.
a36233 commented on 2018-05-17 15:47
==== Building scriptinterface (release) ==== precompiled.h In file included from ../../../source/lib/sysdep/stl.h:32, from ../../../source/lib/precompiled.h:68, from ../../../source/pch/scriptinterface/precompiled.h:19: /usr/include/c++/8.1.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory #include_next <stdlib.h> ^~~~~~~~~~ compilation terminated. make[1]: [scriptinterface.make:121: obj/scriptinterface_Release/precompiled.h.gch] Error 1 make: [Makefile:105: scriptinterface] Error 2</stdlib.h>
JeromeS commented on 2017-05-20 04:24
Build fails since the update of icu, with an error in Fcollada. I get plenty of error like this message:
/usr/include/unicode/umachine.h:347:13: error: « char16_t » is not a type
typedef char16_t UChar;
Any idea what I'm doing wrong?