Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Data-Oriented-House/PortableBuildTools
Portable VS Build Tools installer
https://github.com/Data-Oriented-House/PortableBuildTools
Last synced: 3 months ago
JSON representation
Portable VS Build Tools installer
- Host: GitHub
- URL: https://github.com/Data-Oriented-House/PortableBuildTools
- Owner: Data-Oriented-House
- Created: 2023-05-21T11:47:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-23T10:21:59.000Z (3 months ago)
- Last Synced: 2024-08-23T23:11:47.209Z (3 months ago)
- Language: C
- Size: 1.11 MB
- Stars: 544
- Watchers: 5
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PortableBuildTools
Portable, simple and fast installer for Visual Studio Build Tools.
Downloads standalone MSVC compiler, linker & other tools, also headers/libraries from Windows SDK, into a portable folder, without installing Visual Studio.
Has only bare minimum components - no UWP/Store/WindowsRT stuff, just files & tools for native desktop app development.Download [latest release](https://github.com/Data-Oriented-House/PortableBuildTools/releases/latest/download/PortableBuildTools.exe).
![Screenshot](gui.png)
## Command-Line Interface
The program also has a command-line interface. Run it with `?` to see usage.
## Credits
@mmozeiko - for the initial CLI Python [implementation](https://gist.github.com/mmozeiko/7f3162ec2988e81e56d5c4e22cde9977) of the tool