#!/bin/sh # This shell script automates getting the development libraries required to # build poppler and fontforge # set the shell environment variable 'UNATTENDED' to '--assume-yes' for # unattended use (for example in the .travis.yml script) echo "" echo "-------------------------------------------------------------------" echo "INSTALLING development libraries (using APT)" echo " (UNATTENDED: [$UNATTENDED])" echo "-------------------------------------------------------------------" echo "" set -ev sudo apt-get update sudo apt-get $UNATTENDED install \ libcairo-dev \ libpng-dev \ libjpeg-dev \ libxml2-dev \ libtiff5-dev python3.6-dev python3.9-dev libfreetype6-dev libgif-dev libgtk-3-dev libxml2-dev libpango1.0-dev libcairo2-dev libspiro-dev python3-dev ninja-build cmake build-essential gettext