mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 09:04:44 +00:00
Updated download links and installation instructions.
This commit is contained in:
parent
7b6bd126b7
commit
18b99e2299
1 changed files with 11 additions and 26 deletions
|
|
@ -99,45 +99,30 @@ Setup for Windows - compiling from source:
|
|||
------------------------------------------
|
||||
|
||||
1. Install Python >= 2.5 from http://www.python.org/
|
||||
[http://www.python.org/ftp/python/2.6.1/python-2.6.1.msi]
|
||||
[http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi]
|
||||
|
||||
2. *Optional, for console color support:*
|
||||
Wconio from http://newcenturycomputers.net/projects/wconio.html
|
||||
[http://newcenturycomputers.net/projects/download.cgi/WConio-1.5.win32-py2.5.exe]
|
||||
[http://newcenturycomputers.net/projects/download.cgi/WConio-1.5.1.win32-py2.6.exe]
|
||||
|
||||
3. *Optional, for HTML/CSS syntax checks:*
|
||||
HTML tidy from http://utidylib.berlios.de/
|
||||
cssutils from http://cthedot.de/cssutils/
|
||||
|
||||
4. *Optional, used for Virus checking:*
|
||||
ClamAv from
|
||||
http://www.sosdg.org/clamav-win32/
|
||||
[http://clamav-sosdg.googlecode.com/files/clamav-0.94.2-1a.exe]
|
||||
ClamAv from http://www.sosdg.org/clamav-win32/
|
||||
[http://clamav-sosdg.googlecode.com/files/clamav-0.95-1a.exe]
|
||||
|
||||
5. Install the MinGW suite from http://mingw.sourceforge.net/
|
||||
Be sure to install in the given order:
|
||||
|
||||
a) MingGW (this installer downloads additional packages)
|
||||
[http://downloads.sourceforge.net/mingw/MinGW-5.1.4.exe]
|
||||
b) MSYS
|
||||
[http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe]
|
||||
5. *Optional, for country code display:*
|
||||
Pygeoip from http://code.google.com/p/pygeoip/
|
||||
[http://pygeoip.googlecode.com/files/pygeoip-0.1.3-py2.6.egg]
|
||||
|
||||
6. Install InnoSetup from http://www.jrsoftware.org/isinfo.php
|
||||
6. The MinGW suite from http://mingw.sourceforge.net/
|
||||
[http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/mingw-get-inst-20100909/mingw-get-inst-20100909.exe/download]
|
||||
|
||||
7. Install InnoSetup from http://www.jrsoftware.org/isinfo.php
|
||||
[http://www.jrsoftware.org/download.php/is.exe]
|
||||
|
||||
7. Preparing Python for the MinGW compiler
|
||||
|
||||
Search the file python26.dll in your windows folder.
|
||||
After you found it, launch MSYS. Change into the windows folder,
|
||||
for example ``cd c:\winnt\system32``. Then execute
|
||||
``pexports python26.dll > python26.def``.
|
||||
Then use the dlltool with
|
||||
``dlltool --dllname python26.dll --def python26.def --output-lib
|
||||
libpython26.a``.
|
||||
The resulting library has to be placed in the same directory as
|
||||
python26.lib. (Should be the libs directory under your Python installation
|
||||
directory, for example ``c:\Python26\Libs\``.)
|
||||
|
||||
8. Generate and execute the LinkChecker installer
|
||||
|
||||
Close the MSYS application (by typing ``exit``) and open a DOS command
|
||||
|
|
|
|||
Loading…
Reference in a new issue