diff --git a/doc/en/install.html b/doc/en/install.html index 1e901c01..44a55146 100644 --- a/doc/en/install.html +++ b/doc/en/install.html @@ -90,7 +90,9 @@ Psyco from http://psyc

Be sure to have installed all required Unix/Linux software listed above.

  • Compile Python modules

    -

    Run python setup.py build to compile the Python files. +

    Run python setup.py sdist --manifest-only to create the MANIFEST +file. +Run python setup.py build to compile the Python files. For help about the setup.py script options, run python setup.py --help. The CC environment variable is checked before compilation, so you can @@ -149,7 +151,10 @@ directory, for example c:\Python2

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

    +python setup.py sdist --manifest-only to create the MANIFEST +file and +python setup.py build -c mingw32 bdist_wininst to build a +binary installer.

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

    @@ -201,7 +206,7 @@ working
  • diff --git a/doc/en/install.txt b/doc/en/install.txt index 2baa53cf..f5e9871d 100644 --- a/doc/en/install.txt +++ b/doc/en/install.txt @@ -68,6 +68,8 @@ Setup for Unix/Linux or Mac OS X 2. Compile Python modules + Run ``python setup.py sdist --manifest-only`` to create the MANIFEST + file. Run ``python setup.py build`` to compile the Python files. For help about the setup.py script options, run ``python setup.py --help``. @@ -133,7 +135,10 @@ Setup for Windows - compiling from source: Close the MSYS application (by typing ``exit``) and open a DOS command prompt. Change to the ``linkchecker-X.X.X`` directory and run - ``python setup.py build -c mingw32 bdist_wininst``. + ``python setup.py sdist --manifest-only`` to create the MANIFEST + file and + ``python setup.py build -c mingw32 bdist_wininst`` to build a + binary installer. This generates a binary installer ``dist\linkchecker-X.X.X.win32-py2.4.exe`` which you just have to