Quick Start

Installation

circle-exclamation
# need gcc or clang
sudo apt-get install build-essential cmake
git clone https://github.com/INJAE/cppm.git
cd cppm
cmake -Bbuild
cd build
cmake --build .
./cppm build install
export PATH="$HOME/.cppm/local/bin:$PATH"

Usage

  • cppm run {options} {sub commands}

  • cppm init {options} {sub commands}

  • cppm cppkg {options} {sub commands}

  • cppm build {options} {sub commands}

  • cppm config {options} {sub commands}

  • cppm update {options} {sub commands}

Generate New Cppm Project

Last updated

Was this helpful?