make simple
authorkrakjoe <joe.watkins@live.co.uk>
Fri, 6 Dec 2013 21:04:20 +0000 (21:04 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Fri, 6 Dec 2013 21:04:20 +0000 (21:04 +0000)
README.md

index 2b116f7e3cedff337ba37aab6dd3dd4df1b34b0f..8864d89e6487e36fe11f2dc581693d69592e0b03 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,11 +37,14 @@ cd /usr/src/php-src/sapi
 git clone https://github.com/krakjoe/phpdbg
 cd ../
 ./buildconf --force
-./config.nice
+./configure --enable-phpdbg
 make -j8
 make install-phpdbg
 ```
 
+Where the source directory has been used previously to build PHP, there exists a file named *config.nice* which can be used to invoke configure with the same
+parameters as were used by the last execution of *configure*.
+
 *Note: php must be configured with the switch --with-readline for phpdbg to support history, autocompletion, tab-listing etc*
 
 Command Line Options