From e1969bb05a8e55847e7e04d4538205259926d22c Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 4 Oct 2020 10:07:30 -0700 Subject: [PATCH] Remove installing VC++ Redistributable Package from Windows build instructions --- BUILD.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 571080dd..fb82b162 100644 --- a/BUILD.md +++ b/BUILD.md @@ -187,8 +187,6 @@ poetry run python dev_scripts\onionshare-gui #### If you want to build a .exe -Download and install Microsoft Visual C++ Redistributable Package (x86) from https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads. I downloaded `VC_redist.x86.exe`. - Download and install 7-Zip from http://www.7-zip.org/download.html. I downloaded `7z1900.exe`. Download and install the standalone [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk). Note that you may not need this if you already have Visual Studio.