From: Zooko O'Whielacronx Date: Mon, 8 Sep 2008 21:55:49 +0000 (-0700) Subject: setup: edit the text of install.html X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=e96b8e81e59b859a4a96bec18bff1b8f2368af96;p=tahoe-lafs%2Ftahoe-lafs.git setup: edit the text of install.html --- diff --git a/docs/install.html b/docs/install.html index 86f2332f..f4def6cb 100644 --- a/docs/install.html +++ b/docs/install.html @@ -16,9 +16,9 @@

How To Install Tahoe

-

This is the default procedure to install from source. It has been verified to work on Windows, Cygwin, Mac, Linux, and Solaris. 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, 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.

-

Satisfy the Dependencies

+

Satisfy the Dependencies

Prior to installing Tahoe ensure that the following are installed: @@ -31,17 +31,17 @@ -

Get the Source Code

+

Get the Source Code

Download a recent tarball file from:

http://allmydata.org/source/tahoe/tarballs

-

Build

+

Build Tahoe

Unpack the tarball and cd into the top-level directory.

-

Run make to build Tahoe and some included libraries and install the tahoe executable into a subdirectory of the current directory named bin.

+

Run make to build and to install the tahoe executable into a subdirectory of the current directory named bin.

Run make test to verify that it built correctly and passes all tests.