From f9c177681bd2bf9f8581e3b0671f87ddd6600916 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 10 Jun 2009 18:26:36 +0000 Subject: [PATCH] mention that make install PREFIX=/usr/local is broken [Imported from Trac: page InstallDetails, version 9] --- InstallDetails.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/InstallDetails.md b/InstallDetails.md index 3b74e13..94aebdf 100644 --- a/InstallDetails.md +++ b/InstallDetails.md @@ -123,10 +123,11 @@ and `/usr/bin/tahoe` . The "`make install`" target is a wrapper around "`setup.py install`" that uses `--single-version-externally-managed` to bypass the extra -checking that setuptools does. This allows "`make install`" and -"`make install PREFIX=/usr/local`" to work the same way as traditional unix +checking that setuptools does. This allows "`make install`" to work the same way as traditional unix software (via GNU autoconf, etc). +("`make install PREFIX=/usr/local`" does not currently work -- see #703.) + TODO: There should be some way to use "`setup.py easy_install`" to install Tahoe **and** its dependencies into the system somewhere, but I haven't been able to figure out how. @@ -164,5 +165,4 @@ Macintosh OS-X executable and the corresponding installer (.dmg) file. Tahoe is primarily developed on Debian/Ubuntu machines. You can either build from source (as described by this page), or download pre-compiled debian packages for several distributions. See the DownloadDebianPackages page for -details. - +details. \ No newline at end of file