QGIS: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) m New page: I looked for a spatial data browser and found GeoApt Spatial Data Browser. I got interested in adding to it, so I started looking at its internals. I became more curious about QGIS. ... |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
== Building QGIS from source == | == Building QGIS from source == | ||
http://www.qgis.org/api/INSTALL.html#toc3 | |||
http://www.qgis.org/ | |||
First go do this: [[Building GDAL on Linux]] | |||
sudo apt-get install qt4-dev-tools libqwt-dev python-qwt5-qt4 | |||
[[Category: GIS]] | [[Category: GIS]] |
Revision as of 06:59, 5 March 2013
I looked for a spatial data browser and found GeoApt Spatial Data Browser. I got interested in adding to it, so I started looking at its internals. I became more curious about QGIS.
Building QGIS from source
http://www.qgis.org/api/INSTALL.html#toc3
First go do this: Building GDAL on Linux
sudo apt-get install qt4-dev-tools libqwt-dev python-qwt5-qt4