From 25f6a6a1a406d67688d9b4953a40692999101ae6 Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 3 Sep 2004 09:42:12 +0000 Subject: [PATCH] document binary windows installer git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1699 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- doc/install.html | 15 ++++++++++----- doc/install.txt | 14 ++++++++++---- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/doc/install.html b/doc/install.html index aab4f857..9e012687 100644 --- a/doc/install.html +++ b/doc/install.html @@ -122,12 +122,17 @@ python23.lib. (Should be the libs directory under your Python installation directory, for example c:\Python23\Libs\.)

  • Compile gettext translations

    -

    Change to the linkchecker-X.X.X/po directory and run % make win.

    +

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

  • Compile and install the LinkChecker Python modules

    -

    Close the MSYS application and open a DOS command prompt. -Change to the linkchecker-X.X.X directory and run -c:> python setup.py build -c mingw32 install.

    +

    Close the MSYS application (by typing exit) and open a DOS command +prompt. +Change to the linkchecker-X.X.X directory and run +c:> python setup.py build -c mingw32 bdist_wininst.

    +

    This generates a binary installer +dist\linkchecker-X.X.X.win32-py2.3.exe which you just have to +execute.

  • @@ -166,7 +171,7 @@ they are working diff --git a/doc/install.txt b/doc/install.txt index 97c0ede0..f9028068 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -102,13 +102,19 @@ Setup for Windows 3. Compile gettext translations - Change to the linkchecker-X.X.X/po directory and run ``% make win``. + Still in the MSYS window, change to the ``linkchecker-X.X.X\po`` + directory and run ``% make win``. 4. Compile and install the LinkChecker Python modules - Close the MSYS application and open a DOS command prompt. - Change to the linkchecker-X.X.X directory and run - ``c:> python setup.py build -c mingw32 install``. + Close the MSYS application (by typing ``exit``) and open a DOS command + prompt. + Change to the ``linkchecker-X.X.X`` directory and run + ``c:> python setup.py build -c mingw32 bdist_wininst``. + + This generates a binary installer + ``dist\linkchecker-X.X.X.win32-py2.3.exe`` which you just have to + execute. Installation for other platforms