Extras
                                
                                 Extras copied to clipboard
                                
                                    Extras copied to clipboard
                            
                            
                            
                        [Request] Add Microsoft Visual C++ Build Tools
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.
Are these build tools still installed using visual studio installer?
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 …
I was testing it few months back, but without success. Maybe someone will find way.
I just found this via https://stackoverflow.com/a/44953739/374996
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
What about this https://github.com/felixrieseberg/windows-build-tools?
I want windows sdk msvc
Is this now added into extras? couldn't find it still, please help me with its name just in case I'm missing it.
scoop install rust-msvc
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.
There's a conflict with the busybox package for link.exe, so I had to uninstall it. scoop uninstall busybox
There's a conflict with the
busyboxpackage forlink.exe, so I had to uninstall it.scoop uninstall busybox
You can manage them with scoop help shim
was there a reason why this isn't packaged with Scoop? Can it not be done with the Visual Studio installer?
Hello, I wonder if there is any update, it would be cool to add the Build Tools to scoop.
this would be great!
Ref: #13027