Revision 13788
Added by Aaron Marcuse-Kubitza over 10 years ago
Makefile | ||
---|---|---|
219 | 219 |
-sudo apt-get --yes install postgresql-contrib-$(pgVersion) |
220 | 220 |
-sudo apt-get --yes install postgresql-plpython3-$(pgVersion) |
221 | 221 |
-sudo apt-get --yes install libpq-dev |
222 |
-sudo apt-get --yes install postgresql-$(pgVersion)-postgis-scripts |
|
223 |
-sudo apt-get --yes install postgresql-$(pgVersion)-postgis |
|
222 |
-sudo apt-get --yes install postgresql-$(pgVersion)-postgis-2.1-scripts
|
|
223 |
-sudo apt-get --yes install postgresql-$(pgVersion)-postgis-2.1
|
|
224 | 224 |
-$(MAKE) phppgadmin-Linux |
225 | 225 |
-sudo pip install psycopg2 |
226 | 226 |
-$(MAKE) $(postgresReload-Linux) |
Also available in: Unified diff
bugfix: /Makefile: postgres-Linux: postgis: updated apt-get target names for Ubuntu 14.04