Revision 254
Added by Aaron Marcuse-Kubitza about 13 years ago
scripts/Makefile | ||
---|---|---|
58 | 58 |
-sudo apt-get install postgresql python-dev libpq-dev |
59 | 59 |
-sudo apt-get install python-pip && sudo pip install psycopg2 |
60 | 60 |
|
61 |
postgres-Darwin: _not_file # TODO: implement this |
|
61 |
postgres-Darwin: _not_file |
|
62 |
@echo $(emph)'Installing PostgreSQL on Mac OS X:'$(endEmph) |
|
63 |
@echo 'Download it using the topmost "Mac OS X" link at http://http://www.enterprisedb.com/products-services-training/pgdownload' |
|
64 |
@echo 'Open the disk image' |
|
65 |
@echo 'Run the installer in it' |
|
66 |
@$(wait) |
|
62 | 67 |
|
63 | 68 |
postgres-: _not_file # other OSes |
64 | 69 |
|
Also available in: Unified diff
scripts/Makefile: Added action for postgres-Darwin target