libgourou/scripts/setup.sh
2025-08-25 20:37:52 +02:00

9 lines
213 B
Bash
Executable file

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