- Timestamp:
- 08/04/05 12:02:08 (3 years ago)
- svk:copy_cache_prev:
- 8204
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r5981 r6063 34 34 PREFIX doesn't actually work right now. So ignore what I just said. But if 35 35 it did work, that's how you would do it. 36 37 Do not set PREFIX to your Perl 5 installation dir, as that would overwrite 38 some of the files there with their Pugs counterparts. 36 39 37 40 ENVIRONMENT VARIABLES … … 114 117 value (but turn off optimization and precompilation too). 115 118 119 - install_dir: if set, `make install` will put everything under this 120 directory. Do not set this to your Perl 5 installation, since that 121 will overwrite some of the files there with the Pugs counterparts 122 (as will make install PREFIX= as noted above.) 123 116 124 You can override values set in this file temporarily via the single 117 125 PUGS_BUILD_OPTS environment variable. For example, if you normally do
