Add support for PDF (needs uPDFParser library)
This commit is contained in:
@@ -12,3 +12,11 @@ fi
|
||||
if [ ! -d lib/base64 ] ; then
|
||||
git clone https://gist.github.com/f0fd86b6c73063283afe550bc5d77594.git lib/base64
|
||||
fi
|
||||
|
||||
# uPDFParser
|
||||
if [ ! -d lib/updfparser ] ; then
|
||||
git clone http://indefero.soutade.fr/p/updfparser lib/updfparser
|
||||
pushd lib/updfparser
|
||||
make STATIC=1 SHARED=0
|
||||
popd
|
||||
fi
|
||||
|
Reference in New Issue
Block a user