1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00
pdf2htmlEX/buildScripts/getDevLibrariesBrew
2020-06-02 04:14:34 +00:00

23 lines
530 B
Bash
Executable File

#!/bin/bash
# This bash script automates getting the development libraries required to
# build poppler and fontforge (using Home/Linux Brew)
echo ""
echo "-------------------------------------------------------------------"
echo "INSTALLING development libraries (using Home/Linux Brew)"
echo "-------------------------------------------------------------------"
echo ""
brew update
brew install \
cairo \
libpng \
jpeg \
libxml2 \
# libspiro \
# pango \
# little-cms2 \
# libuninameslist \