fix reference to deleted Windows instructions

[Imported from Trac: page AdvancedInstall, version 69]
daira 2014-02-20 21:37:10 +00:00
parent a87d5b87d8
commit e2c3774c6c

@ -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.