From c56485763404821af77215eca0becf0b5b5fb6b7 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 12 Oct 2000 23:16:43 +0000 Subject: [PATCH] configuration git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@173 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index efa206c8..7d5304f3 100644 --- a/INSTALL +++ b/INSTALL @@ -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=" 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.