diff options
| author | SnippyCodes <aaryanparik124@gmail.com> | 2026-02-06 21:01:16 +0530 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-02-06 10:32:16 -0500 |
| commit | 7bc9d39fbdae6c09f630c6e5d51ea4ad2484fc46 (patch) | |
| tree | d1b19f36514649784eca49dfdf5a15a4dfdde4c1 | |
| parent | 03a15d1063f53059ee934f487503ade2fbc1e39d (diff) | |
[6.0.x] Fixed #36272 -- Removed obsolete libgeoip from GeoDjango installation docs.
Backport of 6c2436fa8671cd41c6a5841493142308cd9541c8 from main.
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 9421723eb8..deb04c5c4b 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -242,8 +242,8 @@ Postgres.app ~~~~~~~~~~~~ `Postgres.app <https://postgresapp.com/>`_ is a standalone PostgreSQL server -that includes the PostGIS extension. You will also need to install ``gdal`` and -``libgeoip`` with :ref:`homebrew`. +that includes the PostGIS extension. You will also need to install ``gdal`` +with :ref:`homebrew`. After installing Postgres.app, add the following to your ``.bash_profile`` so you can run the package's programs from the command-line. Replace ``X.Y`` with @@ -273,7 +273,6 @@ Summary: $ brew install postgresql $ brew install postgis $ brew install gdal - $ brew install libgeoip __ https://brew.sh/ .. _Xcode: https://developer.apple.com/xcode/ @@ -310,7 +309,6 @@ Summary: $ sudo port install proj6 $ sudo port install postgis3 $ sudo port install gdal - $ sudo port install libgeoip .. note:: |
