source: gs2-extensions/xpdf-tools/trunk/src/packages/CASCADE-MAKE.sh@ 32227

Last change on this file since 32227 was 32227, checked in by ak19, 6 years ago

First attempt at compiling up xpdf-tools and the cmake that it needs. Haven't yet tried compiling against the FreeType, libpng and zlib libraries needed for xpdf-tools, but at present the compile sequence runs successfully to completion and generates the binaries in the trunk/src/linux/bin folder.

  • Property svn:executable set to *
File size: 320 bytes
Line 
1#!/bin/bash
2
3source ../cascade-make/lib/cascade-lib.bash GEXT_XPDFTOOLS .. $*
4
5#PACKAGES="CMAKE"
6PACKAGES="CMAKE XPDFTOOLS"
7
8for d in $PACKAGES ; do
9 echo " Running CASCADE-MAKE/$d.sh"
10
11 ./CASCADE-MAKE/$d.sh $*
12
13 if [ $? != 0 ] ; then
14 echo "Error encountered running CASCADE-MAKE/$d.sh"
15 exit 1
16 fi
17done
Note: See TracBrowser for help on using the repository browser.