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 | bash
When 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 install
Already 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