Quick Start
Installation
AppleClang is not supported. AppleClang does not support the C++ standard perfectly. Set GCC or Clang as the default compiler to compile on OSX. Ex) #include<optional> is not available.
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?