Poac is the package manager for C/C++ user.
Poac can downloads project's dependencies and compiles project.
Please see poac.pm for installation instructions and other documentation.
Poac currently supports macOS (>= high sierra) only.
curl -fsSL https://sh.poac.pm | sh
When your OS is macOS, use Homebrew
Poac requires the following tools and packages to build:
boost
:1.48.0
or highercmake
:3.0
or highercurl(libcurl)
:- openssl
yaml-cpp
:0.6.0
or higher
$ 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
git
cmake
make
Please see at CONTRIBUTUING.md