Skip to content

Commit

Permalink
Add recent poppler build
Browse files Browse the repository at this point in the history
  • Loading branch information
LyzardKing committed Jan 20, 2019
1 parent 68b5442 commit 2398c83
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ matrix:
sudo: required
compiler:
- gcc
services:
- docker
- os: linux
dist: xenial
sudo: required
Expand Down Expand Up @@ -36,14 +38,11 @@ before_install:
libopenscenegraph-dev libpoppler-dev libpoppler-cpp-dev libcairo2-dev libwpg-dev
libmspub-dev libcdr-dev libvisio-dev libharfbuzz-dev libharfbuzz-icu0
coreutils binutils python-tk;
wget http://poppler.freedesktop.org/poppler-0.73.0.tar.xz
unxz poppler-0.73.0.tar.xz
tar xfv poppler-0.73.0.tar
cd poppler-0.73.0
./configure && make && make install
cp ../../poppler-qt5.pc /tmp
export PKG_CONFIG_PATH=/tmp
cd ..
wget http://poppler.freedesktop.org/poppler-0.73.0.tar.xz;
unxz poppler-0.73.0.tar.xz;
tar xfv poppler-0.73.0.tar;
cd poppler-0.73.0;
mkdir build; cd build; cmake ..; make; make install;
fi
# OSX
# - if [ $TRAVIS_OS_NAME == osx ]; then brew --env && brew config && brew list; fi
Expand Down

0 comments on commit 2398c83

Please sign in to comment.