<h1>
<h1>How To Install Tahoe</h1>
- <p>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 <a href="http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev">the tahoe-dev mailing list</a>, where friendly hackers will help you out.</p>
+ <p>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 <a href="http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev">the tahoe-dev mailing list</a>, where friendly hackers will help you out.</p>
- <h2>Satisfy the Dependencies</h2>
+ <h2>Satisfy the Dependencies</h2>
<p>Prior to installing Tahoe ensure that the following are installed:
</ol>
- <h2>Get the Source Code</h2>
+ <h2>Get the Source Code</h2>
<p>Download a recent tarball file from:
<pre><a href="http://allmydata.org/source/tahoe/tarballs">http://allmydata.org/source/tahoe/tarballs</a></pre></p>
- <h2>Build</h2>
+ <h2>Build Tahoe</h2>
<p>Unpack the tarball and cd into the top-level directory.</p>
- <p>Run <cite>make</cite> to build Tahoe and some included libraries and install the <cite>tahoe</cite> executable into a subdirectory of the current directory named <cite>bin</cite>.</p>
+ <p>Run <cite>make</cite> to build and to install the <cite>tahoe</cite> executable into a subdirectory of the current directory named <cite>bin</cite>.</p>
<p>Run <cite>make test</cite> to verify that it built correctly and passes all tests.</p>