Skip to content

run-cpp v1.0.0

Latest
Compare
Choose a tag to compare
@CerebralDatabank CerebralDatabank released this 26 Oct 04:23
a3bc8eb

Thanks to @peicasey for compiling for macOS!

Instructions
Only Linux (incl. WSL) and macOS is supported for now

  1. Download the release file.
  2. Rename it to run (for convenience when typing ./run).
  3. Copy/move it to your project's root folder. Your *.cpp files can either just be in the root folder itself or be in a subdirectory named src.
  4. Open a terminal in your project's root folder, or change the directory of an existing terminal to your project's root folder.
  5. Run the command ./run to compile and run your code!