From 2a407f007cac5cda704af837c15ad3d41398291a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 6 Nov 2019 14:05:05 +0100 Subject: [PATCH] Document fontconfig dependency for occt 7.4 --- nix/build-all.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index ad645a6b50..5f4c02e337 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -28,6 +28,9 @@ # if building with USE_OCCT additionally: # # * freetype * glx.h # # # +# if building with OCCT 7.4.0 additionally: # +# * libfontconfig1-dev # +# # # if building with -shared # # * libgl1-mesa-dev libxext-dev libxmu-dev libxmu-headers libxi-dev # # # @@ -36,11 +39,11 @@ # # # on debian 7.8 these can be obtained with: # # $ apt-get install git gcc g++ autoconf bison bzip2 # -# libfreetype6-dev mesa-common-dev libffi-dev # +# libfreetype6-dev mesa-common-dev libffi-dev libfontconfig1-dev # # # # on ubuntu 14.04: # # $ apt-get install git gcc g++ autoconf bison make # -# libfreetype6-dev mesa-common-dev libffi-dev # +# libfreetype6-dev mesa-common-dev libffi-dev libfontconfig1-dev # # # # on OS X El Capitan with homebrew: # # $ brew install git bison autoconf automake freetype libffi #