From: Zooko O'Whielacronx Date: Sun, 2 Aug 2009 03:05:23 +0000 (-0700) Subject: docs: update install.html to point to 1.5.0 and edit the instructions (broadening... X-Git-Tag: allmydata-tahoe-1.5.0~1 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=5b84dde94662dca3f73ab240f4a1f818df31f67e;p=tahoe-lafs%2Ftahoe-lafs.git docs: update install.html to point to 1.5.0 and edit the instructions (broadening the recommendation on Python versions to bless >= v2.4.2 <= v2.6.x) --- diff --git a/docs/install.html b/docs/install.html index f8bd4264..cae39316 100644 --- a/docs/install.html +++ b/docs/install.html @@ -14,19 +14,19 @@

How To Install Tahoe

-

This procedure has been verified to work on Windows, Cygwin, Mac, Linux, Solaris, and FreeBSD. It's likely to work on other platforms. If you have trouble with this install process, please write to the tahoe-dev mailing list, where friendly hackers will help you out.

+

This procedure has been verified to work on Windows, Cygwin, Mac, Linux, Solaris, FreeBSD, OpenBSD, and NetBSD. It's likely to work on other platforms. If you have trouble with this install process, please write to the tahoe-dev mailing list, where friendly hackers will help you out.

Install Python

-

Check if you already have an adequate version of Python installed by running python -V. Python v2.5 is best. Python v2.4 (v2.4.2 or greater) or Python v2.6 should also work, although Tahoe isn't as well-tested on them as it is on Python v2.5. Python v3 does not work. If you don't have one of these versions of Python installed, then follow the instructions on the Python download page to download and install Python v2.5.

+

Check if you already have an adequate version of Python installed by running python -V. Python v2.4 (v2.4.2 or greater), Python v2.5 or Python v2.6 will work. Python v3 does not work. If you don't have one of these versions of Python installed, then follow the instructions on the Python download page to download and install Python v2.5.

(If installing on Windows, you now need to manually install the pywin32 package -- see "More Details" below.)

Get Tahoe

-

Download the 1.4.1 release zip file:

+

Download the 1.5.0 release zip file:

http://allmydata.org/source/tahoe/releases/allmydata-tahoe-1.4.1.zip
+ href="http://allmydata.org/source/tahoe/releases/allmydata-tahoe-1.5.0.zip">http://allmydata.org/source/tahoe/releases/allmydata-tahoe-1.5.0.zip

Build Tahoe