From: krakjoe Date: Sun, 10 Nov 2013 17:51:48 +0000 (+0000) Subject: instructions X-Git-Tag: php-5.6.0alpha1~110^2~524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=307897e6027fde67138d1ecc70503b0bd9ff759d;p=php instructions --- diff --git a/README.md b/README.md index 42c66cf984..a15e556226 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,21 @@ Features - access to eval during execution - sapi agnositicism, easy integration +Installation +============ + +To install **phpdbg**, you must compile the source against your PHP installation sources, and enable the SAPI with the configure command. + +``` +cd /usr/src/php-src/sapi +git clone https://github.com/krakjoe/phpdbg +cd ../ +./buildconf --force +./config.nice +make -j8 +make install-phpdbg +``` + Screeny =======