kmfarley11 / PokeYellow_Cpp

An attempt to recreate Pokemon Yellow Version (from the ground up) via CPP, OpenGL, and SDL(2)
9 stars 0 forks source link

Make the build robust #10

Closed kmfarley11 closed 6 years ago

kmfarley11 commented 7 years ago

Make the build/ setup robust. Cmake could be a great option. The idea is to support a variety of environments for Dev. Cmake would enable this by allowing the creation of projects (i.e. visual studio) and makefile dynamically.

[Optional] This would also serve as a potential opportunity for which to make the test build robust too. If Google test seems to be an impedance consider other frameworks.

kmfarley11 commented 6 years ago

Made a lot of progress, just a few things left.

  1. finish cleaning up and document build / install procedure
  2. (level-of-effort) integrate with CTest / MSVC for better test displaying
  3. automate SDL2 obtainment (at least for windows)
  4. (level-of-effort) figure out a better way to place the dlls
  5. also need to ensure works for linux