diff options
author | Heikki Toivonen <heikki@heikkitoivonen.net> | 2009-02-09 05:15:56 +0000 |
---|---|---|
committer | Heikki Toivonen <heikki@heikkitoivonen.net> | 2009-02-09 05:15:56 +0000 |
commit | ee1deb4bdd23c406b2c16e9b6f115efbd93bc591 (patch) | |
tree | 4028a53d22e13b0b846b6783705ebd779c5a6eb2 /INSTALL | |
parent | 5db6821b366d5d0173fa5e0e79a5df380c8f6e2d (diff) | |
download | m2crypto-ee1deb4bdd23c406b2c16e9b6f115efbd93bc591.tar.gz |
Added fedora_setup.sh to help work around differences on Fedora Core -based
distributions (RedHat, CentOS, ...); thanks to Miloslav Trmac.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@668 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -29,13 +29,13 @@ if you get this compile-time error: This openssl-devel package does not work your architecture? -Note about OpenSSL with Elliptic Curves (EC) Disabled +Note about Fedora Core -based Distributions ----------------------------------------------------- -Fedora Core configures OpenSSL without EC. It has been reported that some -Fedora Core systems also need to uncomment the -D__i386__ line even though -the OpenSSL version is 0.9.8 or later. You may also need to define -SWIG_FEATURES=-cpperraswarn to be able to build. +Fedora Core (and RedHat, CentOS etc.) have made changes to OpenSSL +configuration compared to many other Linux distributions. If you can not +build M2Crypto normally, try the fedora_setup.sh script included with +M2Crypto sources. Installing on Unix-like systems, including Cygwin ------------------------------------------------- |