GithubHelp home page GithubHelp logo

iswenzz / vcpkg-registry Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 75 KB

C++ Library Manager for Windows, Linux, and MacOS

Home Page: https://vcpkg.io

License: GNU General Public License v3.0

CMake 100.00%
c cmake cpp package-manager package-registry packages vcpkg

vcpkg-registry's Introduction

vcpkg-registry

CodeFactor License

A repository for managing vcpkg ports of my libraries as well as dependencies not yet included in vcpkg. It provides a convenient way to distribute and use these ports within your development environment when working with the vcpkg package manager.

Instructions

Configure your vcpkg-configuration.json file.

{
    "default-registry": {
        "kind": "git",
        "repository": "https://github.com/microsoft/vcpkg",
        "baseline": "4a600e9fea71bd7872080cbb716797e04d30e6d3"
    },
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/Iswenzz/vcpkg-registry",
            "packages": ["ADD_PACKAGES_HERE"],
            "baseline": "c12eb749ee43da80e9951717c334059a50bbdf5b"
        }
    ]
}

Test ports

vcpkg install cod4dm1 --overlay-ports=ports/cod4dm1 --editable --triplet=x64-windows

Add ports

git add ports/cod4dm1
git commit -m "Port: CoD4DM1"
git rev-parse HEAD:ports/cod4dm1
git add versions
git commit --amend --no-edit

Contributors

Note: If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.

vcpkg-registry's People

Contributors

iswenzz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.