Skip to content

cabinpkg/cabin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a38827 · Feb 3, 2019
Jan 28, 2019
Feb 3, 2019
Feb 3, 2019
Jan 28, 2019
Dec 31, 2018
Dec 27, 2018
Dec 14, 2018
Oct 8, 2018
Jan 23, 2019
Jan 30, 2019
Feb 3, 2019
Apr 8, 2018
Feb 3, 2019
Jan 26, 2019
Feb 3, 2019

Repository files navigation

poac

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