Project

General

Profile

« Previous | Next » 

Revision 1600

main Makefile: Added instructions to install PHP PEAR and HTTP_Request on Mac OS X

View differences:

Makefile
111 111
	-sudo apt-get install php-http-request
112 112

  
113 113
php-Darwin: _always
114
	@echo $(emph)'Install php-http-request manually'$(endEmph)
114
	@echo $(emph)'Installing PHP PEAR and HTTP_Request on Mac OS X:'$(endEmph)
115
	@echo 'Download http://pear.php.net/go-pear.phar'
116
	@echo 'Change to the directory of the downloaded file'
117
	@echo 'Run php -d detect_unicode=0 go-pear.phar'
118
	@echo 'Whenever prompted, press Enter to select default options'
119
	@echo 'Add $$HOME/pear/bin to your $$PATH'
120
	@echo 'Add $(HOME)/pear/share/pear to your php.ini include_path'
121
	@echo "Run pear install HTTP_Request"
122
	@echo 'To run a php command: php -c <php.ini-path> ...'
115 123
	@$(wait)
116 124

  
117 125
##### PostgreSQL

Also available in: Unified diff