Poac is the package manager for C++ user.
Poac can downloads project's dependencies and compiles project.
Please see poac.pm for installation instructions and other documentation.
- macOS (>= sierra)
- Linux (= x86_64 GNU/Linux)
- Windows (= Windows Subsystem for Linux)
curl -fsSL https://sh.poac.io | bashWhen your OS is macOS, use Homebrew
Poac requires the following tools and packages to build:
$ git clone https://github.com/poacpm/poac.git
$ cd poac
$ mkdir build && cd $_
$ cmake ..
$ make
$ make installAlready poac is installed, you can build using poac:
$ poac build- compiler (gcc | clang | MSVC | ICC)
tar: in publish commanddot(graphviz): in graph commandcmake: optionalmake: optional
Please see at CONTRIBUTUING.md

