libgourou/scripts/setup.sh
2023-01-08 21:15:33 +01:00

9 lines
197 B
Bash
Executable file

#!/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