Skip to content

laohyx/vcpkg-conan-packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Vcpkg Conan packager

This project is forked from lasote/vcpkg. But different from lasote's, this packager uses vcpkg's own build script and upload all ports to conan.io.

For each port, the packager will build such triplets:

<port>:x86-windows
<port>:x86-windows-static
<port>:x64-windows
<port>:x64-windows-static

All of them have both release and debug build.

How to build on your own

  1. Configure environment variables:
set VCPKG_ROOT_FOLDER=D:\path\to\vcpkg
set CONAN_USER=laohyx
set CONAN_CHANNEL=vcpkg
set CONAN_PASSWORD=password
  1. Optionally, you can specify what packages to build:

In run.py

to_upload, failed = process_ports(['boost', 'protobuf'])
upload_packages(to_upload)
  1. Run the script python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages