X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=INSTALL;h=83439f1aa4f6195ff1841fe80c6eee9b3606006c;hb=187b655bc2c5c0bbbf5f486d1417e0c4bccc4496;hp=bd79ddddf56fb8569acf83cddac0f316b72e1cc4;hpb=e09e7ab3621966e1d810a0d8f1fc65a9bc5868b5;p=oweals%2Fopenssl.git diff --git a/INSTALL b/INSTALL index bd79ddddf5..83439f1aa4 100644 --- a/INSTALL +++ b/INSTALL @@ -77,7 +77,7 @@ 386 Use the 80386 instruction set only (the default x86 code is more efficient, but requires at least a 486). Note: Use compiler flags for any other CPU specific configuration, - e.g. "-m32" to build x86 code on a 64 bit system. + e.g. "-m32" to build x86 code on an x64 system. no-sse2 Exclude SSE2 code pathes. Normally SSE2 extention is detected at run-time, but the decision whether or not the @@ -302,10 +302,10 @@ Note on shared libraries ------------------------ - Shared library is currently an experimental feature. The only reason to - have them would be to conserve memory on systems where several program - are using OpenSSL. Binary backward compatibility can't be guaranteed - before OpenSSL version 1.0. + Shared libraries have certain caveats. Binary backward compatibility + can't be guaranteed before OpenSSL version 1.0. The only reason to + use them would be to conserve memory on systems where several programs + are using OpenSSL. For some systems, the OpenSSL Configure script knows what is needed to build shared libraries for libcrypto and libssl. On these systems,