2000-02-26 10:24:46 +00:00
|
|
|
LinkChecker installation
|
|
|
|
|
==========================
|
|
|
|
|
|
2000-03-19 14:24:33 +00:00
|
|
|
Requirements:
|
|
|
|
|
You need Python >= 1.5.2
|
|
|
|
|
You get Python from http://www.python.org
|
2000-02-26 10:24:46 +00:00
|
|
|
|
2000-03-28 14:54:31 +00:00
|
|
|
Optionally packages:
|
2000-05-16 15:31:19 +00:00
|
|
|
Distutils >= 0.9 from http://www.python.org/sigs/distutils-sig/
|
2000-03-28 14:54:31 +00:00
|
|
|
OpenSSL from http://www.openssl.org
|
2000-05-08 22:18:45 +00:00
|
|
|
You will need Perl for Win32 (available from
|
|
|
|
|
http://www.activestate.com/ActivePerl) if you want to install OpenSSL
|
|
|
|
|
on Windows!
|
2000-04-28 11:17:58 +00:00
|
|
|
|
2000-04-27 08:23:14 +00:00
|
|
|
Install with Distutils:
|
|
|
|
|
If you have the Distutils, run "python setup.py install".
|
2000-02-26 10:24:46 +00:00
|
|
|
|
2000-04-27 08:23:14 +00:00
|
|
|
|
|
|
|
|
Install without Distutils:
|
2000-04-24 22:07:48 +00:00
|
|
|
Adjust the sys.path.append argument in the file 'linkchecker' to point
|
|
|
|
|
to the distribution directory.
|
2000-04-28 11:17:58 +00:00
|
|
|
Now you can type "python linkchecker" (or on Unix: just "./linkchecker") to
|
|
|
|
|
run LinkChecker.
|
2000-04-24 22:07:48 +00:00
|
|
|
|
2000-04-28 11:17:58 +00:00
|
|
|
Running LinkChecker from any directory:
|
|
|
|
|
Unix users can put the "linkchecker" script somewhere in a directory in
|
|
|
|
|
their $path.
|
2000-04-27 08:23:14 +00:00
|
|
|
For Windows users, I included a batch script 'linkchecker.bat'. You have to
|
|
|
|
|
adjust the distribution directory in this script to point to the directory
|
|
|
|
|
where the 'linkchecker' file is. Now you can copy 'linkchecker.bat' in
|
2000-04-28 11:17:58 +00:00
|
|
|
a directory in your PATH and run it.
|
2000-03-19 14:24:33 +00:00
|
|
|
|