Mine02C4 / poac

Package manager for C++

Home Page:https://poac.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform

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.

asciicast

Supported Operating Systems

  • macOS (>= sierra)
  • Linux (= x86_64 GNU/Linux)
  • Windows (= Windows Subsystem for Linux)

Code Status

GitHub CircleCI Travis CI Language grade: JavaScript Coverage Status

Installation

Easy install

curl -fsSL https://sh.poac.io | bash

When your OS is macOS, use Homebrew

Manual install (Build)

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

Requirements (runtime)

  • compiler (gcc | clang | MSVC | ICC)
  • tar: in publish command
  • dot(graphviz): in graph command
  • cmake: optional
  • make: optional

Contribution

Please see at CONTRIBUTUING.md

About

Package manager for C++

https://poac.io

License:GNU General Public License v3.0


Languages

Language:C++ 99.3%Language:CMake 0.7%