mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
create getPdf2htmlEXBrew for home/linux brew users
This commit is contained in:
parent
45e6d8e80b
commit
c46d2ad733
24
buildScripts/getPdf2htmlEXBrew
Executable file
24
buildScripts/getPdf2htmlEXBrew
Executable file
@ -0,0 +1,24 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This bash script automates the process of getting the original pdf2htmlEX
|
||||||
|
# source
|
||||||
|
|
||||||
|
PDF2HTMLEX_BRANCH=update-poppler
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "-------------------------------------------------------------------"
|
||||||
|
echo "GETTING pdf2htmlEX sources (using wget)"
|
||||||
|
echo " (PDF2HTMLEX_BRANCH: [$PDF2HTMLEX_BRANCH])"
|
||||||
|
echo "-------------------------------------------------------------------"
|
||||||
|
echo ""
|
||||||
|
|
||||||
|
|
||||||
|
wget https://codeload.github.com/stephengaito/pdf2htmlEX/zip/$PDF2HTMLEX_BRANCH
|
||||||
|
|
||||||
|
mv $PDF2HTMLEX_BRANCH $PDF2HTMLEX_BRANCH.zip
|
||||||
|
|
||||||
|
brew install unzip
|
||||||
|
|
||||||
|
unzip $PDF2HTMLEX_BRANCH.zip
|
||||||
|
|
||||||
|
mv pdf2htmlEX-$PDF2HTMLEX_BRANCH pdf2htmlEX
|
Loading…
Reference in New Issue
Block a user