Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

C++ package retrieval

License

NotificationsYou must be signed in to change notification settings

pfultz2/cget

Repository files navigation

Cmake package retrieval. This can be used to download and install cmake packages. The advantages of usingcget are:

  • Non-intrusive: There is no need to write special hooks in cmake to usecget. One cmake file is written and can be used to install a package withcget or standalone.
  • Works out of the box: Since it uses the standard build and install of cmake, it already works with almost all cmake packages. There is no need to wait for packages to convert over to supportcget. Standard cmake packages can be already installed immediately.
  • Decentralized: Packages can be installed from anywhere, from github, urls, or local files.

Getting cget

cget can be simply installed usingpip(you can get pip fromhere):

pip install cget

Or installed directly with python:

python setup.py install

On windows, you may want to install pkgconfig-lite to support packages that use pkgconfig. This can be installed withcget as well:

cget install pfultz2/pkgconfig

Quickstart

We can also install cmake packages directly from source files, for example zlib:

cget install http://zlib.net/zlib-1.2.11.tar.gz

However, its much easier to install recipes so we don't have to remember urls:

cget install pfultz2/cget-recipes

Then we can install packages such as boost:

cget install boost

Or curl:

cget install curl

Documentation

Seehere for the latest documentation.

Supported platforms

This is supported on python 2.7, 3.4, and 3.5.


[8]ページ先頭

©2009-2025 Movatter.jp