Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCPKG needs update to complete current master build for dark mode. #1280

Open
tjayz opened this issue Dec 27, 2023 · 0 comments
Open

VCPKG needs update to complete current master build for dark mode. #1280

tjayz opened this issue Dec 27, 2023 · 0 comments

Comments

@tjayz
Copy link

tjayz commented Dec 27, 2023

Steps to resolve:

git clone https://github.com/picotorrent/picotorrent.git
cd picotorrent
git submodule update --init --recursive
dotnet tool restore
cd vendor
rm -r vcpkg
git clone https://github.com/microsoft/vcpkg
cd vcpkg
bootstrap-vcpkg.bat
cd ..
cd ..
dotnet cake --platorm=x64 --configuration=Release

BuildComplete

My tools:
x64 VS 2022
boost_1_82_0-msvc-1.42-64
CMake 3.28.1

Someone please fix code to call correct vpkg and release v0.26.0, dark mode, to the world. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant