https://github.com/alyshmahell/vcpkgpip
a python wrapper for vcpkg
https://github.com/alyshmahell/vcpkgpip
cpp python vcpkg wrapper
Last synced: about 2 months ago
JSON representation
a python wrapper for vcpkg
- Host: GitHub
- URL: https://github.com/alyshmahell/vcpkgpip
- Owner: AlyShmahell
- License: mit
- Created: 2020-07-28T14:23:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T14:30:33.000Z (over 4 years ago)
- Last Synced: 2025-01-29T09:18:11.361Z (3 months ago)
- Topics: cpp, python, vcpkg, wrapper
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vcpkgpip
a python wrapper for vcpkg## installation
```sh
pip install vcpkgpip
```## usage
#### bootstrap vcpkg
```sh
vcpkg-bootstrap
```
#### search for package
```sh
vcpkg search [search term]
```
#### install package
```sh
vcpkg install [packages to install]
```