A starter project to get off to the races building C++ software for any platform.
Go to file
2022-01-10 18:56:46 -08:00
command/linux Create factory allocator 2022-01-10 18:56:46 -08:00
compile Create factory allocator 2022-01-10 18:56:46 -08:00
earn Multiplatform design patterns rev 1 2021-12-22 16:59:09 -08:00
.gitignore Create factory allocator 2022-01-10 18:56:46 -08:00
LICENSE.md X11 hello world 2021-12-22 01:47:19 -08:00
README.md X11 hello world 2021-12-22 01:47:19 -08:00

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.