try python again, 7 (ok, now manually)

This commit is contained in:
TLINDEN
2015-04-19 17:16:11 +02:00
parent 7121e5f5bf
commit 62a308188a

View File

@@ -45,9 +45,16 @@ before_install:
#- sudo apt-get install libc6-dbg #- sudo apt-get install libc6-dbg
# #
# python bindings runtime dependencies # python bindings runtime dependencies
- git clone https://github.com/atgreen/libffi
- cd libffi
- ./autogen.sh
- ./configure --prefix=/usr
- make
- sudo make install
- cd ..
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install python-cffi - sudo apt-get install python-pip
#- sudo pip install cffi - sudo pip install cffi
# #
# finally prepare autoconf stuff # finally prepare autoconf stuff
- ./autogen.sh - ./autogen.sh