aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-10-04 10:07:30 -0700
committerMicah Lee <micah@micahflee.com>2020-10-04 10:07:30 -0700
commite1969bb05a8e55847e7e04d4538205259926d22c (patch)
treed5df9b294bccd234205835c24eba78607ab38fe2
parent547b315c6d9717dc704ae0663536128ef26d1d3e (diff)
downloadonionshare-e1969bb05a8e55847e7e04d4538205259926d22c.tar.gz
onionshare-e1969bb05a8e55847e7e04d4538205259926d22c.zip
Remove installing VC++ Redistributable Package from Windows build instructions
-rw-r--r--BUILD.md2
1 files changed, 0 insertions, 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.