diff options
author | Bodo Möller <bodo@openssl.org> | 1999-04-29 23:52:08 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-04-29 23:52:08 +0200 |
commit | e5f3045fbf6394f2f587d1312cf3525da04d3032 (patch) | |
tree | 8aefa6fcebbe06029407054d1e0b0cbf4535fb06 /INSTALL | |
parent | Bug fix. (diff) | |
download | openssl-e5f3045fbf6394f2f587d1312cf3525da04d3032.tar.xz openssl-e5f3045fbf6394f2f587d1312cf3525da04d3032.zip |
Support INSTALL_PREFIX for packagers.
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -122,6 +122,17 @@ include/openssl Contains the header files needed if you want to compile programs with libcrypto or libssl. + Package builders who want to configure the library for standard + locations, but have the package installed somewhere else so that + it can easily be packaged, can use + + $ make INSTALL_PREFIX=/tmp/package-root install + + (or specify "-install_prefix=/tmp/package-root" as a configure + option). The specified prefix will be prepended to all + installation target filenames. + + NOTE: The header files used to reside directly in the include directory, but have now been moved to include/openssl so that OpenSSL can co-exist with other libraries which use some of the |