From 10d7d48bf8d089b83565f9818474c4b9f0afe80f Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 10 Jan 2008 13:35:30 -0700 Subject: [PATCH] docs: add require version numbers of deps to install.html, move pywin32 from install.html to install-details.html, change ref to install-details.html in install.html --- docs/install-details.html | 3 +++ docs/install.html | 18 ++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/install-details.html b/docs/install-details.html index d8a00672..41059eff 100644 --- a/docs/install-details.html +++ b/docs/install-details.html @@ -9,6 +9,9 @@ + +
  • pywin32 >= v210 -- required only for Windows (and not for Cygwin)
  • +
     DEPENDENCIES:
     
    diff --git a/docs/install.html b/docs/install.html
    index d3cb30bc..0bbaf8e7 100644
    --- a/docs/install.html
    +++ b/docs/install.html
    @@ -19,30 +19,28 @@
         

    How To Install Tahoe

    -

    This is the default procedure to install from source. It has been verified to work on Windows (but see extra notes in README.win32), Cygwin (see extra notes in README.win32), 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. +

    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 encounter problems following this procedure, or for more details such as platform-specific instructions, please see install-details.html.

    Satisfy the Dependencies

    Prior to installing Tahoe the following must be installed:

      -
    1. g++ -- the Cygwin version of gcc/g++ works for Cygwin and for Windows
    2. +
    3. g++ >= v3.3 -- the Cygwin version of gcc/g++ works for Cygwin and for Windows
    4. GNU make
    5. -
    6. Python including development headers i.e. "Python.h"
    7. +
    8. Python >= v2.4.2 including development headers i.e. "Python.h"
    9. -
    10. zope.interface -- not the entire Zope package, merely the much smaller zope.interface component
    11. +
    12. zope.interface >= v3.1.0-- not the entire Zope package, merely the much smaller zope.interface component
    13. -
    14. Twisted -- from the Twisted "sumo" source tarball
    15. +
    16. Twisted >= v2.4.0 -- from the Twisted "sumo" source tarball
    17. -
    18. OpenSSL, including development headers
    19. +
    20. OpenSSL >= v0.9.7, including development headers
    21. -
    22. PyOpenSSL
    23. +
    24. PyOpenSSL == v0.6
    25. -
    26. Crypto++, including development headers
    27. - -
    28. pywin32 -- required only for Windows (and not for Cygwin)
    29. +
    30. Crypto++ >= v5.2.1, including development headers
    -- 2.45.2