Libgourou

Libgourou Git Source Tree

Root/scripts/update_lib.sh

1#!/bin/bash
2
3if [ ! -d lib/updfparser ] ; then
4 echo "Some libraries are missing"
5 echo "You must run this script at the top of libgourou working direcotry."
6 echo "./lib/setup.sh must be called first (make all)"
7 exit 1
8fi
9
10# uPDFParser
11pushd lib/updfparser
12git pull origin master
13make clean all BUILD_STATIC=1 BUILD_SHARED=0

Archive Download this file