libgourou/scripts/setup.sh
Philipp Pagel 98b531a232 Fix setup.sh
fix path for updfparser
2025-02-11 18:12:36 +01:00

10 lines
205 B
Bash
Executable File

#!/bin/bash
# uPDFParser
if [ ! -d lib/updfparser ] ; then
git clone git://soutade.fr/soutade/updfparser.git lib/updfparser
pushd lib/updfparser
make BUILD_STATIC=1 BUILD_SHARED=0
popd
fi