mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 04:00:34 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1114 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
08d0e3b82a
commit
7f2ebe75db
1 changed files with 8 additions and 1 deletions
9
INSTALL
9
INSTALL
|
|
@ -18,6 +18,10 @@ Direct download links are in brackets.
|
|||
[ 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.9.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 ]
|
||||
2. Install Python >= 2.3 from http://www.python.org/
|
||||
[ http://www.python.org/ftp/python/2.3.2/Python-2.3.2-1.exe ]
|
||||
|
||||
|
|
@ -47,7 +51,10 @@ Setup for Windows
|
|||
The resulting library has to be placed in the same directory as
|
||||
python23.lib. (Should be the libs directory under your Python installation
|
||||
directory.)
|
||||
2. Compile and install the Python modules
|
||||
2. Compile gettext translations
|
||||
Change to the linkchecker-X.X.X/po directory:
|
||||
% make win
|
||||
3. Compile and install the Python modules
|
||||
Start a DOS command shell and change to the webcleaner-X.X directory:
|
||||
c:> python setup.py build -c mingw32 install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue