From 1bc6b7f2b05e2a4aa78656503c03590a66f99677 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Sun, 30 Dec 2007 20:01:18 -0700 Subject: [PATCH] docs: format install.html into HTML format --- docs/install.html | 90 +++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 46 deletions(-) diff --git a/docs/install.html b/docs/install.html index bf0648ae..edf44981 100644 --- a/docs/install.html +++ b/docs/install.html @@ -1,71 +1,69 @@ -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 install-details.html. + + + + installing Tahoe + + + + + + +

INSTALLING TAHOE

-DEPENDENCIES: +

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 install-details.html. -Prior to installing Tahoe the following must be installed: +

DEPENDENCIES

-1. gcc including g++ (programming language) +

Prior to installing Tahoe the following must be installed: - If you are building for Windows or for Cygwin, the Cygwin version - of gcc will work. +

    +
  1. gcc including g++ (programming language) +

    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).

    +
  2. -2. GNU make (build tool) +
  3. GNU make (build tool)
  4. -3. Python including development - headers i.e. "Python.h" (programming language) +
  5. Python including development headers i.e. "Python.h" (programming language)
  6. -4. zope.interface (programming language extension) +
  7. zope.interface (programming language extension) +

    Note that Tahoe does not require the entire Zope package, merely the much smaller zope.interface component.

    +
  8. - Note that Tahoe does not require the entire Zope package, - merely the much smaller zope.interface component. +
  9. Twisted (network and operating system integration library) +

    Installing Twisted from the Twisted "sumo" source tarball works on all supported platforms.

    +
  10. -5. Twisted (network and - operating system integration library) +
  11. OpenSSL, including development headers (cryptography library)
  12. - Installing Twisted from the Twisted "sumo" source tarball works on - all supported platforms. +
  13. PyOpenSSL (secure transport layer)
  14. -6. OpenSSL, including development - headers (cryptography library) +
  15. Crypto++, including development headers (cryptography library)
  16. -7. PyOpenSSL (secure - transport layer) +
  17. pywin32 +

    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.)

  18. +
-8. Crypto++, including development - headers (cryptography library) -9. required only for Windows-native (not required for - Cygwin): pywin32 +

GET THE SOURCE CODE

+

Tarballs of the source code are available at: +

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

-GET THE SOURCE CODE: -Tarballs of the source code are available at: +

INSTALL

-http://allmydata.org/source/tahoe/ +

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

+

Run make check-deps which verifies that all of the dependencies listed above are installed.

-INSTALL: +

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

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

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

-Run
make check-deps
which verifies that all of the -dependencies listed above are installed. +

RUN

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

Now you have the Tahoe source code installed and are ready to use it to form a decentralized filesystem. See running.html for instructions.

-Run
make test
to verify that it built correctly and passes -all tests. - - -Now you have the Tahoe source code installed and are ready to use it -to form a decentralized -filesystem. See running.html for -instructions. + + -- 2.45.2