kc/build/osx/release/build.sh
2012-10-30 00:28:18 -07:00

19 lignes
207 B
Bash
Fichiers exécutables

#!/bin/sh
curdir=`pwd`
cd ../../..
autoreconf --force --install
cd ${curdir}
../../../configure --prefix=${curdir} \
CFLAGS="-Wall" \
CXXFLAGS="-Wall" \
CPPFLAGS= \
LDFLAGS= \
LIBS=
#make
#make install