| | 4 | |
| | 5 | ''Note:'' OpenSSL uses "INSTALL_PREFIX" instead of "DESTDIR" [[BR]] |
| | 6 | from the file [http://cvs.openssl.org/fileview?f=openssl/INSTALL INSTALL] |
| | 7 | {{{ |
| | 8 | Package builders who want to configure the library for standard |
| | 9 | locations, but have the package installed somewhere else so that |
| | 10 | it can easily be packaged, can use |
| | 11 | |
| | 12 | $ make INSTALL_PREFIX=/tmp/package-root install |
| | 13 | |
| | 14 | (or specify "--install_prefix=/tmp/package-root" as a configure |
| | 15 | option). The specified prefix will be prepended to all |
| | 16 | installation target filenames. |
| | 17 | }}} |