mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
updated how poppler-data in built
This commit is contained in:
parent
5fc7d42a16
commit
45e6d8e80b
@ -14,3 +14,7 @@ cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local \
|
||||
-DENABLE_LIBOPENJPEG=none ..
|
||||
make $MAKE_PARALLEL
|
||||
|
||||
cd ../../poppler-data
|
||||
|
||||
make install prefix=/usr/local
|
||||
|
@ -25,7 +25,11 @@ sudo rm -rf install_manifest.txt
|
||||
|
||||
make install DESTDIR=../../imageBuild/appDir
|
||||
|
||||
cd ../../imageBuild
|
||||
cd ../../poppler-data
|
||||
|
||||
make install DESTDIR=../../imageBuild/appDir
|
||||
|
||||
cd ../imageBuild
|
||||
|
||||
# force libfontconfig into AppImage (linuxdeploy blacklists libfontconfig)
|
||||
#
|
||||
|
@ -48,7 +48,11 @@ echo "export DOCKER_NAME=\"$DOCKER_NAME\"" >> buildScripts/reSourceVersi
|
||||
|
||||
make install DESTDIR=../../imageBuild/dockerDir
|
||||
|
||||
cd ../../imageBuild/dockerDir
|
||||
cd ../../poppler-data
|
||||
|
||||
make install DESTDIR=../../imageBuild/dockerDir
|
||||
|
||||
cd ../imageBuild/dockerDir
|
||||
|
||||
copy_deps
|
||||
|
||||
|
@ -19,7 +19,6 @@ sudo apt-get $UNATTENDED install \
|
||||
libspiro-dev \
|
||||
libpng-dev \
|
||||
libjpeg-dev \
|
||||
poppler-data \
|
||||
libpango1.0-dev \
|
||||
liblcms2-dev \
|
||||
libxml2-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user