Currently there is a vendor/ directory meant to hold 3rd party binaries that we plan to utilize like premake. I'm not pushing the that directory, so I'm unsure how to include premake or how to tell people that premake is required for development.
Perhaps this is really considered a dev dependency as it's only needed to generate make files. GDB is also a dev dependency and needs installed before you can run the program with symbols.
Currently there is a
vendor/
directory meant to hold 3rd party binaries that we plan to utilize like premake. I'm not pushing the that directory, so I'm unsure how to include premake or how to tell people that premake is required for development.