mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 21:20:28 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@82 e7d03fd6-7b0d-0410-9947-9c21f3af8025
32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
LinkChecker installation
|
|
==========================
|
|
|
|
Requirements:
|
|
You need Python >= 1.5.2
|
|
You get Python from http://www.python.org
|
|
|
|
Optionally packages:
|
|
Distutils >= 0.9 from http://www.python.org/sigs/distutils-sig/
|
|
OpenSSL from http://www.openssl.org
|
|
You will need Perl for Win32 (available from
|
|
http://www.activestate.com/ActivePerl) if you want to install OpenSSL
|
|
on Windows!
|
|
|
|
Install with Distutils:
|
|
If you have the Distutils, run "python setup.py install".
|
|
|
|
|
|
Install without Distutils:
|
|
Adjust the sys.path.append argument in the file 'linkchecker' to point
|
|
to the distribution directory.
|
|
Now you can type "python linkchecker" (or on Unix: just "./linkchecker") to
|
|
run LinkChecker.
|
|
|
|
Running LinkChecker from any directory:
|
|
Unix users can put the "linkchecker" script somewhere in a directory in
|
|
their $path.
|
|
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
|
|
a directory in your PATH and run it.
|
|
|