Opened 9 years ago
Closed 9 years ago
#24942 closed Cleanup/optimization (invalid)
Update installation instructions of spatial libraries
Reported by: | Sylvain Fankhauser | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The installation instructions in the GeoDjango docs (https://docs.djangoproject.com/en/1.8/ref/contrib/gis/install/geolibs/ and https://docs.djangoproject.com/en/1.8/ref/contrib/gis/install/) could be vastly simplified since most of the libraries (geos, gdal, proj4, spatialite) are now packaged at least in Ubuntu and Debian and thus don't require an installation from source.
I guess this would contribute to #22274.
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
My bad, it looks like this is already documented. I still think it should be more emphasized though. Maybe the source installation should be moved to specific part in the docs to keep the basic installation instructions light. This could be fixed in #22274.