Extras icon indicating copy to clipboard operation
Extras copied to clipboard

[Request] Add Microsoft Visual C++ Build Tools

Open fritzmg opened this issue 6 years ago • 18 comments

Some applications like CodeIntel that is installed via pip (Python) require the Microsoft Visual C++ Build Tools. It would be handy if these could be installed via scoop as well.

fritzmg avatar Mar 14 '19 10:03 fritzmg

Are these build tools still installed using visual studio installer?

Ash258 avatar Mar 14 '19 10:03 Ash258

Yeah, I just noticed that they are installed via the Visual Studio Installer - so I am not sure if they can even be downloaded/installed in a stand alone way …

fritzmg avatar Mar 14 '19 10:03 fritzmg

I was testing it few months back, but without success. Maybe someone will find way.

Ash258 avatar Mar 14 '19 10:03 Ash258

I just found this via https://stackoverflow.com/a/44953739/374996

fritzmg avatar Mar 14 '19 10:03 fritzmg

See https://github.com/jberezanski/ChocolateyPackages/blob/master/visualstudio2019buildtools/tools/ChocolateyInstall.ps1 and https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/extensions/Install-VisualStudio.ps1

rasa avatar Jun 04 '19 19:06 rasa

What about this https://github.com/felixrieseberg/windows-build-tools?

Adriankhl avatar Apr 28 '20 12:04 Adriankhl

I want windows sdk msvc

arrebole avatar May 22 '20 03:05 arrebole

Is this now added into extras? couldn't find it still, please help me with its name just in case I'm missing it.

karan-sorout avatar Dec 23 '20 23:12 karan-sorout

scoop install rust-msvc

andrewrothstein avatar Apr 20 '22 04:04 andrewrothstein

You can install Visual Studio Build Tools using:

Invoke-WebRequest -Uri 'https://aka.ms/vs/17/release/vs_BuildTools.exe' -OutFile "$env:TEMP\vs_BuildTools.exe"

& "$env:TEMP\vs_BuildTools.exe" --passive --wait --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --remove Microsoft.VisualStudio.Component.VC.CMake.Project	

Don't include --remove Microsoft.VisualStudio.Component.VC.CMake.Project if you want CMake to be included. Personally, I use scoop install cmake as that has a newer version.

milnak avatar Nov 18 '22 23:11 milnak

There's a conflict with the busybox package for link.exe, so I had to uninstall it. scoop uninstall busybox

pcgeek86 avatar Jul 02 '23 19:07 pcgeek86

There's a conflict with the busybox package for link.exe, so I had to uninstall it. scoop uninstall busybox

You can manage them with scoop help shim

HUMORCE avatar Jul 03 '23 10:07 HUMORCE

was there a reason why this isn't packaged with Scoop? Can it not be done with the Visual Studio installer?

Cornelius-Figgle avatar Sep 19 '23 20:09 Cornelius-Figgle

Hello, I wonder if there is any update, it would be cool to add the Build Tools to scoop.

pidgeon777 avatar Mar 24 '24 16:03 pidgeon777

this would be great!

dan-myles avatar Apr 03 '24 03:04 dan-myles

Ref: #13027

niheaven avatar Apr 03 '24 08:04 niheaven