fix quickstart and running links (html -> rst)

[Imported from Trac: page AdvancedInstall, version 42]
davidsarah 2011-06-09 18:25:30 +00:00
parent f1324cf4b6
commit 93beba52ca

@ -30,13 +30,11 @@
<a name="point1"></a> <a name="point1"></a>
## Additional !Build/Install Documentation ## Additional !Build/Install Documentation
The quick start docs in The quick start docs in source:docs/quickstart.rst are sufficient to get Tahoe-LAFS running on all platforms. This wiki page is *only* for advanced, optional installation features and you should not read this page if all you want is to get Tahoe-LAFS running. If you have trouble getting it to work by following source:docs/quickstart.rst then please write to [the tahoe-dev mailing list](http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev) and ask for help.
[docs/quickstart.html](http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html)
are sufficient to get Tahoe-LAFS running on all platforms. This wiki page is *only* for advanced, optional installation features and you should not read this page if all you want is to get Tahoe-LAFS running. If you have trouble getting it to work by following [docs/quickstart.html](http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html) then please write to [the tahoe-dev mailing list](http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev) and ask for help.
Please feel free to add sections to this page with anything you might learn Please feel free to add sections to this page with anything you might learn
while building Tahoe-LAFS. Information which may be useful in while building Tahoe-LAFS. Information which may be useful in
the most general cases will be folded into docs/quickstart.html . the most general cases will be folded into docs/quickstart.rst .
<a name="point2"></a> <a name="point2"></a>
## Packaged By The Operating System ## Packaged By The Operating System
@ -280,8 +278,8 @@ Note that Xcode is quite large (2.5GB) so plan accordingly if you will need to d
<a name="point9.4"></a> <a name="point9.4"></a>
### Windows ### Windows
The following procedure will build and run Tahoe-LAFS on Windows. (This is basically [docs/quickstart.html](http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html) and part of [docs/running.html](http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/running.html) with Windows-specific paths spelled out.) The following procedure will build and run Tahoe-LAFS on Windows. (This is basically source:docs/quickstart.rst and part of source:docs/running.rst with Windows-specific paths spelled out.)
Note that this assumes that you install Python in the default location (C:\Python26), if you choose another location you'll need to adjust the instructions below: Note that this assumes that you install Python in the default location (C:\Python26 for Python 2.6.x), if you choose another location you'll need to adjust the instructions below:
1. Download and install Python 2.6.6 from <http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi> (or for 64-bit Windows, <http://www.python.org/ftp/python/2.6.6/python-2.6.6.amd64.msi> ). 1. Download and install Python 2.6.6 from <http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi> (or for 64-bit Windows, <http://www.python.org/ftp/python/2.6.6/python-2.6.6.amd64.msi> ).