Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
/ poac Public archive
forked from poac-dev/poac

👩‍💼: Package manager for C++

License

Notifications You must be signed in to change notification settings

TeamTest57/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

  • 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++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.3%
  • CMake 0.7%