<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. For more details and for alternative installation procedures, please see <ahref="install-details.html">install-details.html</a>.
<li><ahref="http://gcc.gnu.org/">gcc</a> including g++ (programming language)
<p>If you are building for Windows or for Cygwin (which are two different platforns), the Cygwin version of gcc will work (it can be used to build executable for either of those platforms).</p>
<p>This one is required only if you are installing on Windows native. (It is not required if you are installing on Linux, Mac, Solaris, Cygwin, or any other platform.)</li>
<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>Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem. See <ahref="running.html">running.html</a> for instructions.</p>