-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Comments
You are right.
is a lot nicer than:
A question, though, which package-manager do I use to install the package-manager |
Chocolatey's install process is done via it's own installer script. I find that its package catalog makes it a worthwhile install, in and of itself (with lots of Microsoft things in it!)
What about installation of vcpkg to one's PATH, via the bootstrap accept? I might be able to write something up for that, say, in GitHub Issues, if that'd be preferable. I have a hard time seeing some developers, especially beginners, dealing with the need to figure out PATH, or whatever its equivalent is in PowerShell (I am more of a command.com old-timer).
… On Jul 20, 2018, at 12:41 AM, degski ***@***.***> wrote:
@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?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
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++.
There is
There's no need to use PS (all works equally fine from a developer-cmd-prompt). I'm also more a cmd man, but, I'll check out |
Cool, and thanks for the tips! |
the best edit Environment |
Any update on this issue? |
@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. |
@Foadsf its better to have a central place to download windows packages still imo. |
✋ I'd really like vcpkg in chocolatey and other package managers. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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:
The text was updated successfully, but these errors were encountered: