https://github.com/veriblock/alt-integration-cpp-vcpkg
https://github.com/veriblock/alt-integration-cpp-vcpkg
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/veriblock/alt-integration-cpp-vcpkg
- Owner: VeriBlock
- Created: 2020-05-08T17:30:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T18:46:13.000Z (over 3 years ago)
- Last Synced: 2025-01-23T09:16:12.006Z (over 1 year ago)
- Language: Shell
- Size: 127 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alt-integration-cpp-vcpkg

How to use:
1. Install vcpkg first.
2. Add repository as submodule with the name 'veriblock-pop-cpp'
```
$ cd vcpkg/ports
# cloned directory name should be 'veriblock-pop-cpp'
$ git submodule add --name veriblock-pop-cpp https://github.com/VeriBlock/alt-integration-cpp-vcpkg veriblock-pop-cpp
```
2. Use vcpkg:
```
$ vcpkg install veriblock-pop-cpp
```