A starter project to get off to the races building C++ software for any platform.
| command/linux | ||
| compile | ||
| pack | ||
| .gitignore | ||
| LICENSE.md | ||
| README.md | ||
Develop
If you are on Linux:
- Navigate to command/linux in terminal.
- Run
sh setup.shto setup your environment. - Run
sh rebuild.shto build the application. - Navigate to earn/ and run
executableto run the built program.
If you are on Windows:
- Navigate to command/windows in command prompt.
- Run
setup.batto setup your environment. - Run
rebuild.batto build the application. - Navigate to earn/ and run
executable.exeto run the built program.