| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
⚠️ Not yet released
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 | shWhen 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 buildPlease see at CONTRIBUTUING.md
| Back | FazBrowse Home | New Git URL |