comparison build.sh @ 2:04384d01b1d7

Added build script, changed header location
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 28 Feb 2011 22:47:10 +0100
parents
children 130a6a714966
comparison
equal deleted inserted replaced
1:84e0f7ead583 2:04384d01b1d7
1 #!/bin/sh
2 rm -rf build
3 mkdir build
4 cp -r config.m4 nacl.c php_nacl.h tests build/
5 cd build
6 phpize
7 ./configure
8 make
9 make test