mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 13:36:25 +00:00
Document fontconfig dependency for occt 7.4
This commit is contained in:
+5
-2
@@ -28,6 +28,9 @@
|
|||||||
# if building with USE_OCCT additionally: #
|
# if building with USE_OCCT additionally: #
|
||||||
# * freetype * glx.h #
|
# * freetype * glx.h #
|
||||||
# #
|
# #
|
||||||
|
# if building with OCCT 7.4.0 additionally: #
|
||||||
|
# * libfontconfig1-dev #
|
||||||
|
# #
|
||||||
# if building with -shared #
|
# if building with -shared #
|
||||||
# * libgl1-mesa-dev libxext-dev libxmu-dev libxmu-headers libxi-dev #
|
# * libgl1-mesa-dev libxext-dev libxmu-dev libxmu-headers libxi-dev #
|
||||||
# #
|
# #
|
||||||
@@ -36,11 +39,11 @@
|
|||||||
# #
|
# #
|
||||||
# on debian 7.8 these can be obtained with: #
|
# on debian 7.8 these can be obtained with: #
|
||||||
# $ apt-get install git gcc g++ autoconf bison bzip2 #
|
# $ 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: #
|
# on ubuntu 14.04: #
|
||||||
# $ apt-get install git gcc g++ autoconf bison make #
|
# $ 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: #
|
# on OS X El Capitan with homebrew: #
|
||||||
# $ brew install git bison autoconf automake freetype libffi #
|
# $ brew install git bison autoconf automake freetype libffi #
|
||||||
|
|||||||
Reference in New Issue
Block a user