|
@@ -96,25 +96,6 @@ fi
|
|
|
|
|
|
INSTALLFLAG=0
|
|
|
|
|
|
-echo "Confirming that build dependencies are installed..."
|
|
|
-echo " "
|
|
|
-
|
|
|
-
|
|
|
-if ! which fontmake
|
|
|
- then
|
|
|
- echo "fontmake was not found. Please install all build dependencies with 'make build-with-dependencies', then attempt your build again." 1>&2
|
|
|
- INSTALLFLAG=1
|
|
|
-fi
|
|
|
-
|
|
|
-
|
|
|
-if ! python -c "import fontTools"
|
|
|
- then
|
|
|
- echo "The fontTools library was not found. Please install all build dependencies with 'make build-with-dependencies', then attempt your build again." 1>&2
|
|
|
- INSTALLFLAG=1
|
|
|
-else
|
|
|
- echo "fontTools Python library identified"
|
|
|
-fi
|
|
|
-
|
|
|
|
|
|
|
|
|
|