Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Feature-Request: allow vcpkg initial-installation via Chocolatey (package manager) #3930

Closed
DavidLudwig opened this issue Jul 19, 2018 · 9 comments
Labels
category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed

Comments

@DavidLudwig
Copy link
Contributor

The vcpkg bootstrap scripts on Windows seems reasonably nice, however, it might be a bit more convenient to install via the Chocolatey package manager, using a (potential) command such as the following:

choco install vcpkg
@DavidLudwig DavidLudwig changed the title Feature-Request: allow vcpkg initial installation via Chocolatey (package manager) Feature-Request: allow vcpkg initial-installation via Chocolatey (package manager) Jul 19, 2018
@degski
Copy link

degski commented Jul 20, 2018

@DavidLudwig

You are right.

choco install vcpkg

is a lot nicer than:

bootstrap-vcpkg

A question, though, which package-manager do I use to install the package-manager chocolatey to install the package manager vcpkg?

@DavidLudwig
Copy link
Contributor Author

DavidLudwig commented Jul 20, 2018 via email

@degski
Copy link

degski commented Jul 20, 2018

@DavidLudwig

What about installation of vcpkg to one's PATH, via the bootstrap accept?

The path is not hard, though, if one cannot learn even the most basic OS stuff, there's no use in trying to tackle C++.

set PATH=%PATH%;C:\some_path;

There is Varpanel, very useful and usable by beginners. There is also HashTab, from the same company, equally useful.

... or whatever its equivalent is in PowerShell ...

There's no need to use PS (all works equally fine from a developer-cmd-prompt). I'm also more a cmd man, but, Windows Powershell ISE is freakin' nice.

I'll check out chocolatey.

@DavidLudwig
Copy link
Contributor Author

Cool, and thanks for the tips!

@MVoz
Copy link
Contributor

MVoz commented Jul 24, 2018

the best edit Environment
https://www.rapidee.com/en/screenshots

@PhoebeHui PhoebeHui added the category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed label Feb 27, 2019
@pr8x
Copy link

pr8x commented Jan 18, 2020

Any update on this issue?

@Foadsf
Copy link

Foadsf commented Feb 8, 2020

@degski Let's put the question this way, can vcpkg update itself? if yes, you probably don't need chocolatey that much. Otherwise, it would really be helpfull. Plus installing via choco or homebrew is easier than cloning the git repo and compiling IMHO.

@isubasinghe
Copy link

@Foadsf its better to have a central place to download windows packages still imo.

@Honeybunch
Copy link
Contributor

✋ I'd really like vcpkg in chocolatey and other package managers.
Rust, Dlang and other languages have a similar system. You install cargo or dub from your package manager and use those to interact with packages for the language ecosystem you're working in. I think it makes a lot of sense.

@microsoft microsoft locked and limited conversation to collaborators May 11, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed
Projects
None yet
Development

No branches or pull requests

8 participants