summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-29 21:52:08 +0000
committerBodo Möller <bodo@openssl.org>1999-04-29 21:52:08 +0000
commite5f3045fbf6394f2f587d1312cf3525da04d3032 (patch)
tree8aefa6fcebbe06029407054d1e0b0cbf4535fb06 /INSTALL
parent9f5f32c9b07e72ef8598cc5449ad4f63d9a76ee5 (diff)
Support INSTALL_PREFIX for packagers.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2c1b167541..294c0b48e8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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