From 3571f4da0fd01d59832cf0c23105676568601c70 Mon Sep 17 00:00:00 2001 From: Paul Monson Date: Fri, 29 Mar 2019 08:55:36 -0700 Subject: [PATCH] bpo-35947: add libffi to readme.rst (#11) --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f1a32e3a..5cbaf5b1 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,8 @@ to 2.7 and don't require anything extra. For ``openssl``, step 5 will be more complicated :) +For ``libffi``, before step 5 each include//fficonfig.h and +include//ffi.h must be generated by running CPython's PCBuild/configure_headers.bat. Download links -------------- @@ -53,7 +55,7 @@ Download links - ``zlib``: https://zlib.net/ - ``tcl``/``tk``: https://tcl.tk/software/tcltk/download.html - ``openssl``: https://www.openssl.org/source/ - +- ``libffi`` : https://github.com/libffi/libffi Tagging the commit ------------------