view build.sh @ 4:81aaf4ba1eaa

Added partial untested support for sign_edwards25519sha512batch, replaced some whitespaces with tabs
author Ivo Smits <Ivo@UCIS.nl>
date Fri, 18 Mar 2011 16:58:48 +0100
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