mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
continued correcting buildscripts
This commit is contained in:
parent
9f48bcd107
commit
03bdc9bda7
@ -14,5 +14,6 @@ sudo apt $UNATTENDED install \
|
|||||||
make \
|
make \
|
||||||
gcc \
|
gcc \
|
||||||
g++ \
|
g++ \
|
||||||
|
gettext \
|
||||||
tree
|
tree
|
||||||
|
|
||||||
|
@ -13,5 +13,7 @@ sudo apt $UNATTENDED install \
|
|||||||
libjpeg-dev \
|
libjpeg-dev \
|
||||||
poppler-data \
|
poppler-data \
|
||||||
libpango1.0-dev \
|
libpango1.0-dev \
|
||||||
liblcms2-dev
|
liblcms2-dev \
|
||||||
|
libxml2-dev \
|
||||||
|
libuninameslist-dev
|
||||||
|
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
#!/bin/bash
|
#!/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"
|
echo "Type ctrl-c now if DO NOT want to continue"
|
||||||
read -p "Type anything else to continue: "
|
read -p "Type anything else to continue: "
|
||||||
|
|
||||||
cd poppler
|
cd fontforge
|
||||||
sudo make install
|
sudo make install
|
||||||
sudo ldconfig;
|
sudo ldconfig;
|
||||||
|
|
||||||
|
@ -14,19 +14,19 @@ read -p "Type anything else to continue: "
|
|||||||
cd poppler/build
|
cd poppler/build
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
cd
|
cd ..
|
||||||
|
|
||||||
sudo mkdir -p /usr/include/poppler
|
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 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 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 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
|
/usr/include/poppler
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
# This bash script exports environment variables for the latest software
|
# This bash script exports environment variables for the latest software
|
||||||
# versions
|
# versions
|
||||||
|
|
||||||
export POPPLER_VERSION=poppler-0.82.0
|
#export POPPLER_VERSION=poppler-0.82.0
|
||||||
export FONTFORGE_VERSION=20190801
|
export POPPLER_VERSION=poppler-0.81.0
|
||||||
|
#export FONTFORGE_VERSION=20190801
|
||||||
|
export FONTFORGE_VERSION=20170731
|
||||||
export PDF2HTMLEX_VERSION=newBuildSystem
|
export PDF2HTMLEX_VERSION=newBuildSystem
|
||||||
|
Loading…
Reference in New Issue
Block a user