linkchecker/INSTALL
2000-02-29 12:53:00 +00:00

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