From 1abd69781b6f3739ad7adbefb11381c7b8ee33f5 Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 4 Mar 2005 20:27:33 +0000 Subject: [PATCH] updated install docs by removing the gettext requirement git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2344 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- doc/install.html | 22 ++++++---------------- doc/install.txt | 29 +++++++++-------------------- 2 files changed, 15 insertions(+), 36 deletions(-) diff --git a/doc/install.html b/doc/install.html index a66b1d9c..cc934162 100644 --- a/doc/install.html +++ b/doc/install.html @@ -39,18 +39,16 @@ also read the upgrading documentation

Requirements for Unix/Linux or Mac OS X

  1. You need a standard GNU development environment with

    -
      +
      • C compiler (for example the GNU C Compiler gcc)

        Depending on your distribution, several development packages might be needed to provide a fully functional C development environment.

      • -
      • gettext

        -

        Note for developers: if you want to regenerate the .pot template -from the source files, you will need xgettext with Python support. -This is available in gettext >= 0.12.

        -
      • -
    + +

    Note for developers: if you want to regenerate the po/linkchecker.pot +template from the source files, you will need xgettext with Python +support. This is available in gettext >= 0.12.

  2. Python >= 2.4 from http://www.python.org/ with zlib support

    Be sure to also have installed the included distutils module. @@ -78,10 +76,6 @@ Be sure to install in the given order:

      [http://osdn.dl.sourceforge.net/sourceforge/mingw/MinGW-3.1.0-1.exe]
    1. MSYS [http://osdn.dl.sourceforge.net/sourceforge/mingw/MSYS-1.0.10.exe]
    2. -
    3. libiconv -[http://osdn.dl.sourceforge.net/sourceforge/mingw/libiconv-1.8.0-2003.02.01-1.exe]
    4. -
    5. gettext -[http://osdn.dl.sourceforge.net/sourceforge/mingw/gettext-0.11.5-2003.02.01-1.exe]
  3. Optional (speedup for i386 compatible PCs) @@ -151,10 +145,6 @@ The resulting library has to be placed in the same directory as python24.lib. (Should be the libs directory under your Python installation directory, for example c:\Python24\Libs\.)

  4. -
  5. Compile gettext translations

    -

    Still in the MSYS window, change to the linkchecker-X.X.X\po -directory and run make.

    -
  6. Generate and execute the LinkChecker installer

    Close the MSYS application (by typing exit) and open a DOS command prompt. @@ -211,7 +201,7 @@ working

  7. diff --git a/doc/install.txt b/doc/install.txt index a0e5c71c..2baa53cf 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -17,17 +17,15 @@ Requirements for Unix/Linux or Mac OS X 1. You need a standard GNU development environment with - a) C compiler (for example the GNU C Compiler gcc) - - Depending on your distribution, several development packages - might be needed to provide a fully functional C development - environment. + - C compiler (for example the GNU C Compiler gcc) + + Depending on your distribution, several development packages + might be needed to provide a fully functional C development + environment. - b) gettext - - Note for developers: if you want to regenerate the .pot template - from the source files, you will need xgettext with Python support. - This is available in gettext >= 0.12. + Note for developers: if you want to regenerate the po/linkchecker.pot + template from the source files, you will need xgettext with Python + support. This is available in gettext >= 0.12. 2. Python >= 2.4 from http://www.python.org/ with zlib support @@ -56,10 +54,6 @@ Requirements for Windows [http://osdn.dl.sourceforge.net/sourceforge/mingw/MinGW-3.1.0-1.exe] b) MSYS [http://osdn.dl.sourceforge.net/sourceforge/mingw/MSYS-1.0.10.exe] - c) libiconv - [http://osdn.dl.sourceforge.net/sourceforge/mingw/libiconv-1.8.0-2003.02.01-1.exe] - d) gettext - [http://osdn.dl.sourceforge.net/sourceforge/mingw/gettext-0.11.5-2003.02.01-1.exe] 3. *Optional (speedup for i386 compatible PCs)* Psyco from http://psyco.sourceforge.net/ @@ -134,12 +128,7 @@ Setup for Windows - compiling from source: python24.lib. (Should be the libs directory under your Python installation directory, for example ``c:\Python24\Libs\``.) -3. Compile gettext translations - - Still in the MSYS window, change to the ``linkchecker-X.X.X\po`` - directory and run ``make``. - -4. Generate and execute the LinkChecker installer +3. Generate and execute the LinkChecker installer Close the MSYS application (by typing ``exit``) and open a DOS command prompt.