mirror of https://github.com/CIRCL/Circlean
13 lines
295 B
Bash
Executable File
13 lines
295 B
Bash
Executable File
#!/bin/bash
|
|
|
|
apt-get -b source -t experimental poppler
|
|
|
|
# Note: libpoppler-private-dev is not listed in the dependencies of pdf2htmlEX
|
|
# but still needed because of poppler-config.h
|
|
dpkg -i libpoppler-dev* libpoppler28* libpoppler-private-dev*
|
|
|
|
cd pdf2htmlEX/
|
|
git pull
|
|
|
|
dpkg-buildpackage -uc -b
|