mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-14 12:17:40 +00:00
1.2 KiB
1.2 KiB
get.msvc.win Scripts
This repository served as host of MSVC.win Project.
Mirroring
We encourage you to mirror this website, you'll need to follow this requirement:
- Replace
get.msvc.wininside of all scripts into your own domain, and your own domain must use msvc as prefix, likemsvc.example.com- However, you should not replace the script inside of
$OEM$.zip
- However, you should not replace the script inside of
Build
This repository also provide automatically generated offline installers.
If you prefer build yourself, you can follow these procedures:
Windows (TBD)
Linux
We assume you're using Debian-based Linux distro (e.g. Ubuntu).
- Install required dependencies.
sudo apt-get install aria2 nsis curl
- Build installer.
# Build installer for Windows XP or newer
curl https://get.msvc.win/generate.sh | bash
# Build installer for Windows 7 or newer
curl https://get.msvc.win/generate.sh | bash -s - win7
# Build installer for Windows 10 or newer
curl https://get.msvc.win/generate.sh | bash -s - win10
# Build all 3 installers at once
curl https://get.msvc.win/generate_all.sh | bash
Contribute
Do you think it needs any improvements? Feel free to create Pull Request.