libgourou/scripts/setup.sh

10 lines
197 B
Bash
Raw Normal View History

2021-07-03 21:57:53 +02:00
#!/bin/bash
# uPDFParser
if [ ! -d lib/updfparser ] ; then
git clone git://soutade.fr/updfparser.git lib/updfparser
pushd lib/updfparser
make BUILD_STATIC=1 BUILD_SHARED=0
popd
fi