From 2cce60a846dd4bd96995f56e875790db45b739bd Mon Sep 17 00:00:00 2001 From: gsherman Date: Sun, 21 Jul 2002 01:36:55 +0000 Subject: [PATCH] documentation updates git-svn-id: http://svn.osgeo.org/qgis/trunk@37 c8812cc2-4d05-0410-92ff-de0c093fc19c --- INSTALL | 11 ++++++----- README | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index f2989616aef..2f777f2c899 100644 --- a/INSTALL +++ b/INSTALL @@ -1,13 +1,14 @@ Requirements: -1. PostgresQL built with the --with-CXX configure options (C++ wrapper) -2. PostGIS support in PostgresQL +1. PostgreSQL built with the --with-CXX configure options (C++ wrapper) +2. PostGIS support in PostgreSQL 3. Qt 3.0.x built with thread support -4. Optional - Qt PostgresQL driver (can be built with Qt or separately -- see Qt SQL docs) +4. Optional - Qt PostgreSQL driver (can be built with Qt or separately +-- see Qt SQL docs) To build Qgis: 1. Make sure your QTDIR environment variable is set to your Qt directory -2. Set PGSQL environment variable to point to your PostgresQL installation and make sure the libpq++ - headers are available in $(PGSQL)/include +2. Set PGSQL environment variable to point to your PostgreSQL installation +and make sure the libpq++ headers are available in $(PGSQL)/include 3. Build qgis by typing: make The qgis executable will be built in the ./qgis/src directory \ No newline at end of file diff --git a/README b/README index be7c48f104f..78525a75312 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ features include: * Display georeferenced rasters (tiff, png, geotiff) * Plugins to dynamically add new functionality to the application * Support for database tables - * Support for spatially enabled tables in PostgreSql using PostGIS + * Support for spatially enabled tables in PostgreSQL using PostGIS * Map output * Script engine * Metadata support