mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 12:40:08 +00:00
continued correcting buildscripts
This commit is contained in:
parent
9f48bcd107
commit
03bdc9bda7
@ -14,5 +14,6 @@ sudo apt $UNATTENDED install \
|
||||
make \
|
||||
gcc \
|
||||
g++ \
|
||||
gettext \
|
||||
tree
|
||||
|
||||
|
@ -13,5 +13,7 @@ sudo apt $UNATTENDED install \
|
||||
libjpeg-dev \
|
||||
poppler-data \
|
||||
libpango1.0-dev \
|
||||
liblcms2-dev
|
||||
liblcms2-dev \
|
||||
libxml2-dev \
|
||||
libuninameslist-dev
|
||||
|
||||
|
@ -1,10 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "This installation assumes you have 'sudo' privileges"
|
||||
echo "WARNING: this will over-write any existing"
|
||||
echo "FontForge version you have installed on your system."
|
||||
echo "This may break other packages/applications."
|
||||
echo ""
|
||||
echo "This installation assumes you have 'sudo' privileges."
|
||||
echo ""
|
||||
echo "Type ctrl-c now if DO NOT want to continue"
|
||||
read -p "Type anything else to continue: "
|
||||
|
||||
cd poppler
|
||||
cd fontforge
|
||||
sudo make install
|
||||
sudo ldconfig;
|
||||
|
||||
|
@ -14,19 +14,19 @@ read -p "Type anything else to continue: "
|
||||
cd poppler/build
|
||||
sudo make install
|
||||
|
||||
cd
|
||||
cd ..
|
||||
|
||||
sudo mkdir -p /usr/include/poppler
|
||||
sudo cp poppler/poppler/*.h /usr/include/poppler
|
||||
sudo cp poppler/*.h /usr/include/poppler
|
||||
|
||||
sudo mkdir -p /usr/include/poppler/goo
|
||||
sudo cp poppler/goo/*.h /usr/include/poppler/goo
|
||||
sudo cp goo/*.h /usr/include/poppler/goo
|
||||
|
||||
sudo mkdir -p /usr/include/poppler/fofi
|
||||
sudo cp poppler/fofi/*.h /usr/include/poppler/fofi
|
||||
sudo cp fofi/*.h /usr/include/poppler/fofi
|
||||
|
||||
sudo mkdir -p /usr/include/poppler/splash
|
||||
sudo cp poppler/splash/*.h /usr/include/poppler/splash
|
||||
sudo cp splash/*.h /usr/include/poppler/splash
|
||||
|
||||
sudo cp poppler/build/poppler/poppler-config.h \
|
||||
sudo cp build/poppler/poppler-config.h \
|
||||
/usr/include/poppler
|
||||
|
@ -3,6 +3,8 @@
|
||||
# This bash script exports environment variables for the latest software
|
||||
# versions
|
||||
|
||||
export POPPLER_VERSION=poppler-0.82.0
|
||||
export FONTFORGE_VERSION=20190801
|
||||
#export POPPLER_VERSION=poppler-0.82.0
|
||||
export POPPLER_VERSION=poppler-0.81.0
|
||||
#export FONTFORGE_VERSION=20190801
|
||||
export FONTFORGE_VERSION=20170731
|
||||
export PDF2HTMLEX_VERSION=newBuildSystem
|
||||
|
Loading…
Reference in New Issue
Block a user