Skip to content

Commit 90ac50f

Browse files
committed
Document libffi dependency in nix build script for installing py37
1 parent a5cc0f1 commit 90ac50f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

nix/build-all.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,19 @@
2828
# if building with USE_OCCT additionally: #
2929
# * freetype * glx.h #
3030
# #
31+
# For python37 to install correctly additionally: #
32+
# * libffi(-dev[el]) #
33+
# #
3134
# on debian 7.8 these can be obtained with: #
3235
# $ apt-get install git gcc g++ autoconf bison bzip2 #
33-
# libfreetype6-dev mesa-common-dev #
36+
# libfreetype6-dev mesa-common-dev libffi-dev #
3437
# #
3538
# on ubuntu 14.04: #
3639
# $ apt-get install git gcc g++ autoconf bison make #
37-
# libfreetype6-dev mesa-common-dev #
40+
# libfreetype6-dev mesa-common-dev libffi-dev #
3841
# #
3942
# on OS X El Capitan with homebrew: #
40-
# $ brew install git bison autoconf automake freetype #
43+
# $ brew install git bison autoconf automake freetype libffi #
4144
# #
4245
###############################################################################
4346

0 commit comments

Comments
 (0)