#!/bin/bash # This bash script builds the latest poppler cd poppler mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \ -DENABLE_LIBOPENJPEG=none .. make