Skip to content

Commit e4d1322

Browse files
committed
Added note on dependency for centos install
1 parent 5cd5ebd commit e4d1322

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
@@ -44,6 +44,10 @@ Once you have installed all the necessary prerequisites a simple::
4444

4545
will install the basic code.
4646

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

0 commit comments

Comments
 (0)