Skip to content

loliGothicK/poac

 
 

Repository files navigation

poac

Poac is a package manager for C++ users.

Poac can download project's dependencies and compile project.

Please see poac.pm for installation instructions and other documentations.

asciicast

Supported Operating Systems

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

Code Status

GitHub Coverity Scan Build Status Coverage Status codecov Codacy Badge Language grade: JavaScript

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

Requirements (runtime)

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

About

Package manager for C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.3%
  • CMake 1.7%