diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build.sh	Mon Feb 28 22:47:10 2011 +0100
@@ -0,0 +1,9 @@
+#!/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