libgourou/scripts/setup.sh

10 lines
213 B
Bash
Raw Normal View History

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