Skip to content

Commit 95c12d0

Browse files
author
Roland Hedberg
committed
Merge pull request #94 from rhoerbe/master
Added note on dependency for centos install
2 parents c784e72 + f3e6821 commit 95c12d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/install.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Once you have installed all the necessary prerequisites a simple::
4242

4343
will install the basic code.
4444

45+
Note for rhel/centos 6: cffi depends on libffi-devel, and cryptography on openssl-devel to compile
46+
So you might want first to do:
47+
yum install libffi-devel openssl-devel
48+
4549
After this you ought to be able to run the tests without an hitch.
4650
The tests are based on the pypy test environment, so::
4751

0 commit comments

Comments
 (0)