Nigel Barink
3722e63495
- Added new screenshot - Removed two unnecessary screenshots - Moved screenshots to a separate showcase markdown file - Updated the Todo list - Removed the features markdown file and added it to the README - Moved development instructions to a separate Development markdown file
583 B
583 B
Requirements
NOTE: Right now the build proces of some third party libraries have not been converted and may need special tooling
Software
- Premake
- Git
- C++ Compiler
Windows development workflow
User premake to generate project files for the approperiate build method. On Windows I assume you'll build with visual studio
User:~$ premake vs2022
Linux development workflow
Use premake to generate project files for the approperiate build method. On Linux I assume you'll build with something like make.
User@Machine:~$ premake gmake2