From e2c3774c6cb6b84d2616d8d31a333de51457c5f3 Mon Sep 17 00:00:00 2001 From: daira <> Date: Thu, 20 Feb 2014 21:37:10 +0000 Subject: [PATCH] fix reference to deleted Windows instructions [Imported from Trac: page AdvancedInstall, version 69] --- AdvancedInstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdvancedInstall.md b/AdvancedInstall.md index 427c236..59bffdf 100644 --- a/AdvancedInstall.md +++ b/AdvancedInstall.md @@ -312,7 +312,7 @@ compiler=mingw32 4. Add the MinGW binary path to your PATH variable. To do that, go to the control panel (classic view), and double-click "System". Click on the "Advanced" tab (for Vista or later, click the "Advanced system settings" link on the left and accept the elevation prompt), then click the "Environment Variables" button. Scroll down to the "Path" variable in the "System Variables" list, double-click it, append "`;C:\MinGW\bin`" to the path, and "OK" out of all the dialogs. If you installed MinGW in some place other than `C:\MinGW`, adjust the path appropriately. -After installing the compilers, repeat the above instructions from step 4 (using a new command prompt to make sure that the environment variable setting has taken effect). +After installing the compilers, repeat the "Set Up Tahoe-LAFS" instructions from source:docs/quickstart.rst (using a new command prompt to make sure that the environment variable setting has taken effect). If you receive "error: Setup script exited with error: command 'gcc' failed with exit status 1" from `python setup.py build`, edit `C:\Python27\Lib\distutils\cygwinccompiler.py` to remove all of the `-mno-cygwin` options, then try again (see ticket #1769). Don't do this unless it actually fails the first time round.