Changes between Version 41 and Version 42 of AdvancedInstall
- Timestamp:
- 2011-06-09T18:25:30Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedInstall
v41 v42 32 32 == Additional !Build/Install Documentation == 33 33 34 The quick start docs in 35 [http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html docs/quickstart.html] 36 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 [http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html docs/quickstart.html] then please write to [http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev the tahoe-dev mailing list] and ask for help. 34 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 [http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev the tahoe-dev mailing list] and ask for help. 37 35 38 36 Please feel free to add sections to this page with anything you might learn 39 37 while building Tahoe-LAFS. Information which may be useful in 40 the most general cases will be folded into docs/quickstart. html.38 the most general cases will be folded into docs/quickstart.rst . 41 39 42 40 [=#point2] … … 283 281 === Windows === 284 282 285 The following procedure will build and run Tahoe-LAFS on Windows. (This is basically [ http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html docs/quickstart.html] and part of [http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/running.html docs/running.html] with Windows-specific paths spelled out.)286 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:283 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.) 284 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: 287 285 288 286 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 ).