novabyte52 / GraphicsFromScratch

A raytracer and rasterizer from following "Computer Graphics From Scratch" by Gabriel Gambetta.
2 stars 0 forks source link

Figure out vendor binary management #2

Open navett52 opened 2 years ago

navett52 commented 2 years ago

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.

navett52 commented 2 years ago

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.