A starter project to get off to the races building C++ software for any platform.
Go to file
2022-02-07 18:47:20 -08:00
command/linux
compile
pack
.gitignore
LICENSE.md
README.md

Develop

If you are on Linux:

  • Navigate to command/linux in terminal.
  • Run sh setup.sh to setup your environment.
  • Run sh rebuild.sh to build the application.
  • Navigate to earn/ and run executable to run the built program.

If you are on Windows:

  • Navigate to command/windows in command prompt.
  • Run setup.bat to setup your environment.
  • Run rebuild.bat to build the application.
  • Navigate to earn/ and run executable.exe to run the built program.