Is a compiler wrapper / cargo-like package and project manager for the C and C++ programming language.
- toml++
- curl
- C/C++ compiler(gcc, clang, etc...)
- git
- Create a environment variable 'CLARBE_HOME' and add 'CLARBE_HOME/bin' to path
- Download the zipped executable and DLLs, place the contents in 'CLARBE_HOME/bin'
if you're compiling with
build.sh
please note that you need to define the included OS specific manually
- now run in terminal
clarbe version
- use
clarbe new <project_name>
or go to an empty directory and useclarbe init
- in the project directory there should be an include and source folders, as well as a "clarbe.toml" file.
to change the configuration manually, refer to the wiki
- Now write what you wish for the source code and run
clarbe build
, thenclarbe run