Closed DeeeeLAN closed 2 years ago
Hi, I am attempting to install on Arch through the AUR package. When it kicks off the Makefile, I hit the following error:
sh: line 1: ./engine/packaging/functions.sh: No such file or directory make: *** [Makefile:156: version] Error 1
Do I need to do something? I see the packaging/functions.sh file exists in the repository, but it is not inside an engine folder.
packaging/functions.sh
Looks like the issue occurs because we are trying to call make version VERSION=... before the engine gets downloaded. Current solutions are to either manually fetch the engine first, or skip that call.
make version VERSION=...
Hi, I am attempting to install on Arch through the AUR package. When it kicks off the Makefile, I hit the following error:
Do I need to do something? I see the
packaging/functions.sh
file exists in the repository, but it is not inside an engine folder.