1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-04 17:18:40 +00:00
pdf2htmlEX/buildScripts/getDevLibraries

23 lines
556 B
Plaintext
Raw Normal View History

2019-11-21 15:36:04 +00:00
#!/bin/bash
2019-11-21 15:54:21 +00:00
# This bash script automates getting the development libraries required to
# build poppler and fontforge
# set the bash environment variable 'UNATTENDED' to '--assume-yes' for
# unattended use (for example in the .travis.yml script)
2019-11-25 22:06:17 +00:00
sudo apt-get update
sudo apt-get $UNATTENDED install \
libcairo-dev \
libspiro-dev \
libpng-dev \
libjpeg-dev \
poppler-data \
libpango1.0-dev \
liblcms2-dev \
libxml2-dev \
2019-11-26 09:07:03 +00:00
libuninameslist-dev
sudo apt-get $UNATTENDED $FORCE_REINSTALL install \
libpython2.7-dev