Compare commits

...

2 Commits

Author SHA1 Message Date
Zachary Ware
eb028c03cf Update bzip2 download link 2021-08-26 16:51:53 -05:00
Paul Monson
3571f4da0f bpo-35947: add libffi to readme.rst (#11) 2019-03-29 08:55:36 -07:00

View File

@@ -43,17 +43,19 @@ to 2.7 and don't require anything extra.
For ``openssl``, step 5 will be more complicated :)
For ``libffi``, before step 5 each include/<arch>/fficonfig.h and
include/<arch>/ffi.h must be generated by running CPython's PCBuild/configure_headers.bat.
Download links
--------------
- ``sqlite``: https://www.sqlite.org/download.html
- ``bzip2``: http://www.bzip.org/downloads.html
- ``bzip2``: https://www.sourceware.org/bzip2/downloads.html
- ``xz``: https://tukaani.org/xz/
- ``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
------------------