FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
549 stars 107 forks source link

Source release contains empty mainui folder #386

Closed Jayman2000 closed 6 years ago

Jayman2000 commented 6 years ago

I tried to download and build the source code for the latest release (0.19.1), on Ubuntu 16.04 (x86_64), but found that the mainui folder was empty (as if the repository had not been cloned recursively). When I tried to generate a make file with cmake, I got an error saying that cmake could not find a CMakeLists.txt inside the mainui folder.

nekonomicon commented 6 years ago

Not a bug. Mainui in separate repo already. Run: $ git submodule init && git submodule update --init Or download manually from here

Jayman2000 commented 6 years ago

I tried running git submodule init, but it says: fatal: not a git repository (or any of the parent directories): .git

Now that I think about it, it would have probably been easier to clone the commit tagged "v0.19.1" than to have directly downloaded the source for the release.

a1batross commented 6 years ago

Don't download ZIP archive. GitHub screws it. Use git.