summaryrefslogtreecommitdiffstats
path: root/gis/proj/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/proj/README')
-rw-r--r--gis/proj/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/gis/proj/README b/gis/proj/README
index ddf960673d..7ea5f0548d 100644
--- a/gis/proj/README
+++ b/gis/proj/README
@@ -1,7 +1,10 @@
-proj is a generic coordinate transformation software, that
-transforms coordinates from one coordinate reference system (CRS) to
-another. This includes cartographic projections as well as geodetic
-transformations.
+proj is a generic coordinate transformation software, that transforms
+coordinates from one coordinate reference system (CRS) to another. This
+includes cartographic projections as well as geodetic transformations.
For datum grids, install the proj-data package. Without this package,
proj can fetch required grids from the internet as needed.
+
+By default, the script does not build nor run the tests. You can use the
+option TESTBUILD=YES to build and run the tests before the make install
+part.