Despite having installed the git-lfs
pacman pkg, I got this:
[~/g/FlaxEngine]> ./GenerateProjectFiles.sh
Generating Flax Engine project files...
CallBuildTool ERROR: Repository was not cloned using Git LFS
from all these git-clone attempts into ~/g/FlaxEngine
(each time afterwards of course deleting the cloned FlaxEngine folder under ~/g/
before another attempt) :
git clone https://github.com/FlaxEngine/FlaxEngine.git
git lfs clone https://github.com/FlaxEngine/FlaxEngine.git
git clone --recursive https://github.com/FlaxEngine/FlaxEngine.git
git clone --recursive https://github.com/FlaxEngine/FlaxEngine.git && cd FlaxEngine && git lfs fetch --all
Any ideas, anyone? Didn’t know I was unfit-to-git all of a sudden. But doesn’t seem to be a prob for anyone else clearly.
Newly set up Arch Linux, all dependencies installed as listed by the README.md
.