From ca116f373d3adc861d2b22e5ae868570ebe6da88 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 31 Dec 2007 08:39:07 -0700 Subject: [PATCH] docs: even further simplify and reformat install.html --- docs/install.html | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/docs/install.html b/docs/install.html index edf44981..b962f710 100644 --- a/docs/install.html +++ b/docs/install.html @@ -18,30 +18,23 @@

Prior to installing Tahoe the following must be installed:

    -
  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. +
  3. gcc including g++ -- the Cygwin version of gcc works for Cygwin and for Windows
  4. -
  5. GNU make (build tool)
  6. +
  7. GNU make
  8. -
  9. Python including development headers i.e. "Python.h" (programming language)
  10. +
  11. Python including development headers i.e. "Python.h"
  12. -
  13. zope.interface (programming language extension) -

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

    -
  14. +
  15. zope.interface -- not the entire Zope package, merely the much smaller zope.interface component
  16. -
  17. Twisted (network and operating system integration library) -

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

    -
  18. +
  19. Twisted -- from the Twisted "sumo" source tarball
  20. -
  21. OpenSSL, including development headers (cryptography library)
  22. +
  23. OpenSSL, including development headers
  24. -
  25. PyOpenSSL (secure transport layer)
  26. +
  27. PyOpenSSL
  28. -
  29. Crypto++, including development headers (cryptography library)
  30. +
  31. Crypto++, including development headers
  32. -
  33. 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.)

  34. +
  35. pywin32 -- required only for Windows -- not required for Cygwin
-- 2.45.2