configuration

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@173 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2000-10-12 23:16:43 +00:00
parent 5b93a5bbdc
commit c564857634

View file

@ -21,7 +21,8 @@ Setup
Run "python setup.py config" to configure.
Linux users should run "python setup.py config -lcrypto" to use the SSL
module.
Run "python setup.py install" to install.
Run "python setup.py install --prefix=<prefix>" to install.
Default prefix is /usr.
Run "python setup.py --help" for help.
Debian users can build the .deb package with "debian/rules binary" as
root or "fakeroot debian/rules binary" as a normal user.