comparison build.sh @ 10:130a6a714966 default tip

Use libsodium instead of libnacl
author Ivo Smits <Ivo@UCIS.nl>
date Thu, 10 Jul 2014 16:34:04 +0000
parents 04384d01b1d7
children
comparison
equal deleted inserted replaced
9:765303f4f2da 10:130a6a714966
1 #!/bin/sh 1 #!/bin/sh
2 rm -rf build 2 rm -rf build
3 mkdir build 3 mkdir build
4 cp -r config.m4 nacl.c php_nacl.h tests build/ 4 cp -r config.m4 nacl.c php_nacl.h tests build/
5 cd build 5 cd build
6 phpize 6 phpize
7 ./configure 7 ./configure
8 make 8 make
9 make test 9 make test