You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definitely something that i want to address in the future.
I don't like the opaque binaries in the repository either.
The issue is that premake is not exactly easy to install because you must choose the containing folder yourself and add it to the path manually.
There is no automated installation process to do this.
This somewhat adds a barrier to compiling the project for more inexperienced developers.
What I could imagine is adding ontop of the generate.bat script to check whether a premake5 binary is in the path.
If it is not it could download the latest version (after a confirmation prompt) and add it to a folder similar to the current one.
That way it would not be in the repo but users would not need to manually install premake either.
It's probably better that the end user has premake installed on their system somewhere and adds it to their path env
this eliminates the need to distribute premake5 binaries inside the repo
this is a similar choice I've taken when dealing with alterware's clients repo https://git.alterware.dev/alterware/iw4x-sp#build
The text was updated successfully, but these errors were encountered: