Feature-Request: allow vcpkg initial-installation via Chocolatey (package manager) #17785
Replies: 12 comments
-
You are right.
is a lot nicer than:
A question, though, which package-manager do I use to install the package-manager |
Beta Was this translation helpful? Give feedback.
-
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.
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Cool, and thanks for the tips! |
Beta Was this translation helpful? Give feedback.
-
the best edit Environment |
Beta Was this translation helpful? Give feedback.
-
Any update on this issue? |
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
-
@Foadsf its better to have a central place to download windows packages still imo. |
Beta Was this translation helpful? Give feedback.
-
✋ I'd really like vcpkg in chocolatey and other package managers. |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
We need this ASAP |
Beta Was this translation helpful? Give feedback.
-
Can chocolatey install a complete git repository? And does an update delete the installed folder? |
Beta Was this translation helpful? Give feedback.
-
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:
Beta Was this translation helpful? Give feedback.
All reactions