From 8939d0da49d0c588f274a46f83efee9236333e63 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Fri, 6 Dec 2013 21:04:20 +0000 Subject: [PATCH] make simple --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b116f7e3c..8864d89e64 100644 --- 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 -- 2.40.0