Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cuishark/poac

Repository files navigation

⚠️ Not yet released

poac CircleCI

Poac is the package manager for C/C++ user.

Poac can downloads project's dependencies and compiles project.

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

demo

Supported Operating Systems

Poac currently supports macOS (>= high sierra) only.

Installation

Easy install

curl -fsSL https://sh.poac.pm | sh

When your OS is macOS, use Homebrew

Manual install (Build)

Poac requires the following tools and packages to build:

  • boost: 1.48.0 or higher
  • cmake: 3.0 or higher
  • curl(libcurl):
  • openssl
  • yaml-cpp: 0.6.0 or higher
$ 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
  • git
  • cmake
  • make

Contribution

Please see at CONTRIBUTUING.md

About

Package manager for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • CMake 0.9%

AltStyle によって変換されたページ (->オリジナル) /