Skip to content

nukolabs/poac

 
 

Repository files navigation

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

Linux (= x86_64 GNU/Linux) macOS (>= sierra) Windows (= Windows Subsystem for Linux)
CircleCI Travis CI none

Code Status

GitHub 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

Packages

No packages published

Languages

  • C++ 99.3%
  • CMake 0.7%