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.