mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 14:20:59 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@17 e7d03fd6-7b0d-0410-9947-9c21f3af8025
35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
LinkChecker installation
|
|
==========================
|
|
|
|
First, decompress the archive.
|
|
With linkchecker-x.x.x.tar.bz2 do "tar xIvf linkchecker-x.x.x.tar.bz2".
|
|
With linkchecker-x.x.x.zip do "unzip linkchecker-x.x.x.zip" or use Winzip.
|
|
With linkchecker-x.x.x.deb do "dpkg -i linkchecker-x.x.x.deb" as root and you
|
|
are done.
|
|
|
|
Unix Users:
|
|
1. Edit the file linkchecker.
|
|
Adjust the argument to sys.path.append to point to the distribution
|
|
directory.
|
|
2. HTTPS support (optional, you need SSLeay)
|
|
Adjust the paths at the top of the Makefile
|
|
Type "make" to produce the SSL module
|
|
3. Copy linkchecker to a location in your PATH (or make a symlink).
|
|
4. Check links happily by typing `linkchecker`.
|
|
|
|
|
|
Windows Users:
|
|
1. Edit the file linkchecker.
|
|
Adjust the argument to sys.path.append to point to the distribution
|
|
directory.
|
|
2. Edit the file linkchecker.bat.
|
|
a) Adjust the PYHTON variable to point to python.exe.
|
|
b) Adjust the LINKCHECKER variable to point to the distribution directory.
|
|
3. HTTPS support (optional, you need SSLeay)
|
|
Compile ssl.dll from ssl.c
|
|
4. Add the distribution directory to your PATH.
|
|
5. Check links happily by typing `linkchecker.bat`.
|
|
|
|
|
|
You need Python >= 1.5.2
|
|
You get Python from http://www.python.org
|