Skip to content

Collection of vcpkg ports for some of Alexander Neumann's repos

Notifications You must be signed in to change notification settings

Arndt-MBE/neumann-a-vcpkg-ports

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To use this stuff:

git clone https://github.com/microsoft/vcpkg (somedir)
cd (somedir)
bootstrap.(bat|sh)
vcpkg install (someport) --overlay-ports=(path_to_this_dir)

commonly used by myself:

folder structure:

top  
| - my-vcpkg-ports  
| - my-vcpkg-triplets  
| - vcpkg  

From top:

cd vcpkg

./vcpkg install --overlay-ports=../my-vcpkg-ports --overlay-triplets=../my-vcpkg-triplets --triplet=x64-windows-llvm --host-triplet=x64-windows-llvm (someport) 

./vcpkg remove --overlay-ports=../my-vcpkg-ports --overlay-triplets=../my-vcpkg-triplets --triplet=x64-windows-llvm --host-triplet=x64-windows-llvm (someport)

Or from the projects manifest via:

  "vcpkg-configuration": {
    "overlay-ports": ["my-vcpkg-ports"],
    "overlay-triplets": ["my-vcpkg-triplets"]
  }

About

Collection of vcpkg ports for some of Alexander Neumann's repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 93.1%
  • Makefile 4.2%
  • Shell 2.4%
  • Other 0.3%