view build.sh @ 7:a139bed53614

Fixed some compiler warnings, added support for unpatched nacl library
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 12 Jul 2011 21:26:46 +0000
parents 04384d01b1d7
children 130a6a714966
line wrap: on
line source

#!/bin/sh
rm -rf build
mkdir build
cp -r config.m4  nacl.c  php_nacl.h  tests build/
cd build
phpize
./configure
make
make test