Revision 1665
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
119 | 119 |
@echo 'Whenever prompted, press Enter to select default options' |
120 | 120 |
@echo 'Add $$HOME/pear/bin to your $$PATH' |
121 | 121 |
@echo 'Add $(HOME)/pear/share/pear to your php.ini include_path' |
122 |
@echo 'If needed, set $$PHPRC to your php.ini' |
|
122 | 123 |
@echo "Run pear install HTTP_Request" |
123 | 124 |
@echo 'To run a php command: php -c <php.ini-path> ...' |
124 | 125 |
@$(wait) |
Also available in: Unified diff
main Makefile: php-Darwin: Added instruction to set PHPRC if needed