Page MenuHomec4science

build_xhpast.sh
No OneTemporary

File Metadata

Created
Sat, May 11, 15:18

build_xhpast.sh

#!/bin/sh
set -e
ROOT=`dirname $0`"/../support/xhpast"
echo
echo "Building XHPAST..."
echo
(cd $ROOT && make clean all install)
echo
echo "Build successful!"
echo

Event Timeline