pdf2htmlEX/buildScripts/installPdf2htmlEX

23 lines
500 B
Plaintext
Raw Normal View History

2019-07-03 15:16:33 +00:00
#!/bin/bash
echo ""
echo "-------------------------------------------------------------------"
echo "INSTALLING pdf2htmlEX locally"
echo " (UNATTENDED: [$UNATTENDED])"
echo "-------------------------------------------------------------------"
echo ""
2019-11-22 12:08:20 +00:00
if [ -z "$UNATTENDED" ] ; then
echo "This installation assumes you have 'sudo' privileges"
2019-11-22 12:08:20 +00:00
echo ""
echo "Type ctrl-c now if DO NOT want to continue"
read -p "Type anything else to continue: "
fi
2019-07-03 15:16:33 +00:00
cd pdf2htmlEX/build
2019-07-03 15:16:33 +00:00
sudo make install