run-cpp v1.0.0-alpha.1
Pre-release
Pre-release
·
1 commit
to main
since this release
Thanks to @peicasey for compiling for macOS!
Instructions
Only Linux (incl. WSL) and macOS are supported for now
- Download the release file.
- Rename it to
run(for convenience when typing./run). - Copy/move it to your project's root folder. Make sure your
*.cppfiles are in a subdirectory labeledsrc. - Open a terminal in your project's root folder, or change the directory of an existing terminal to your project's root folder.
- Run the command
./runto compile and run your code!