diff options
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..e1f9d50 --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/bin/sh +PHP_PREFIX="${PHP_PREFIX:-/usr/local}" +cd "$(dirname "$0")" && \ + "$PHP_PREFIX/bin/phpize" && \ + ./configure --with-php-config="$PHP_PREFIX/bin/php-config" --enable-mini-xdebug && \ + make |
