Changes between Version 40 and Version 41 of AdvancedInstall
- Timestamp:
- 2011-01-29T21:18:05Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedInstall
v40 v41 175 175 The "{{{make install}}}" Makefile target is a wrapper around "{{{setup.py install}}}" 176 176 that uses {{{--single-version-externally-managed}}} to bypass the extra 177 checking that setuptools does. This allows "{{{make install}}}" to work the same way as traditional unix 178 software (via GNU autoconf, etc). 177 checking that setuptools does. This allows "{{{make install}}}" to work 178 somewhat more like traditional Unix software. However, once Tahoe has been 179 installed this way, it may be difficult to get it to stop using the installed 180 version even when using {{{bin/tahoe}}} from a different build directory; 181 see #1258. 179 182 180 183 ("{{{make install PREFIX=/usr/local}}}" does not currently work -- see #703.)