Skip to content

Commit

Permalink
Update to build instructions based on patch from Tim Baggett
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7147 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Aug 22, 2007
1 parent 82b9459 commit 66170cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion INSTALL
Expand Up @@ -775,7 +775,7 @@ above commands to select the Qt4 version of the relevant applications.
sudo apt-get install gdal-bin libgdal1-dev libgeos-dev proj libtool \
libgdal-doc libhdf4g-dev libhdf4g-run python-dev python-qt4-dev sip4 \
swig libgsl0-dev g++ libjasper-1.701-dev libtiff4-dev subversion gsl-bin \
libsqlite3-dev sqlite3 ccache make libpq-dev flex bison
libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake


/!\ Debian users should use libgdal-dev above rather
Expand Down Expand Up @@ -883,6 +883,7 @@ Now we create a build directory and run ccmake:

cd qgis
mkdir build
cd build
ccmake ..


Expand Down
3 changes: 2 additions & 1 deletion INSTALL.t2t
Expand Up @@ -661,7 +661,7 @@ above commands to select the Qt4 version of the relevant applications.
sudo apt-get install gdal-bin libgdal1-dev libgeos-dev proj libtool \
libgdal-doc libhdf4g-dev libhdf4g-run python-dev python-qt4-dev sip4 \
swig libgsl0-dev g++ libjasper-1.701-dev libtiff4-dev subversion gsl-bin \
libsqlite3-dev sqlite3 ccache make libpq-dev flex bison
libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
```

/!\ Debian users should use libgdal-dev above rather
Expand Down Expand Up @@ -760,6 +760,7 @@ Now we create a build directory and run ccmake:
```
cd qgis
mkdir build
cd build
ccmake ..
```

Expand Down

0 comments on commit 66170cb

Please sign in to comment.