From 307897e6027fde67138d1ecc70503b0bd9ff759d Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 10 Nov 2013 17:51:48 +0000 Subject: [PATCH] instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ======= -- 2.50.1