]> granicus.if.org Git - php/commitdiff
instructions
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 10 Nov 2013 17:51:48 +0000 (17:51 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 10 Nov 2013 17:51:48 +0000 (17:51 +0000)
README.md

index 42c66cf9842549baf8f14f2d2071e0d7394a3466..a15e556226f1197c06195489fbaddece17c7cc1e 100644 (file)
--- 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
 =======