From 10f11f1e76c006fce94a64a4c1b8f87d9a59f1ba Mon Sep 17 00:00:00 2001 From: gsherman Date: Wed, 14 Aug 2002 05:30:51 +0000 Subject: [PATCH] added info about binary GDAL/OGR git-svn-id: http://svn.osgeo.org/qgis/trunk@99 c8812cc2-4d05-0410-92ff-de0c093fc19c --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 336a9b6ed96..8c093466592 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Requirements: (http://www.trolltech.com/developer/download/qt-x11.html) 4. GDAL/OGR library compiled and installed (with headers). QGIS assumes that the headers and library will be in a standard (i.e. /usr/local) - location. See http://www.remotesensing.org/gdal. + location. A Linux binary is available at http://www.remotesensing.org/gdal. 5. Optional - Qt PostgreSQL driver (can be built with Qt or separately -- see Qt SQL docs) @@ -16,4 +16,4 @@ To build QGIS: and make sure the libpq++ headers are available in $(PGSQL)/include 3. Build QGIS by typing: make -The QGIS executable (qgis) will be built in the ./qgis/src directory \ No newline at end of file +The QGIS executable (qgis) will be built in the ./qgis/src directory