Skip to content

A repository to hold the CI recipes for publishing Boost.Build to Conan.io

Notifications You must be signed in to change notification settings

sigmoidal/conan-boost-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boost.Build makes it easy to build C++ projects, everywhere.

Build status Travis Status Download

Conan.io package for Boost.Build project

The packages generated with this conanfile can be found in Bintray.

Build packages

Download conan client from Conan.io and run:

$ python build.py

If your are in Windows you should run it from a VisualStudio console in order to get "mc.exe" in path.

Upload packages to server

$ conan upload Boost.Build/1.64.0@bincrafters/stable --all

Reuse the packages

Basic setup

$ conan install Boost.Build/1.64.0@bincrafters/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
Boost.Build/1.64.0@bincrafters/stable

[generators]
txt

Complete the installation of requirements for your project running:

conan install .

Project setup installs the library (and all his dependencies) and generates the files conanbuildinfo.txt with all the paths and variables that you need to link with your dependencies.

License

Boost

About

A repository to hold the CI recipes for publishing Boost.Build to Conan.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published