Revised by APR - 05/11/07 +++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++ Z-Pulley Inc. Initial machine configuration Sigler Built Intel Box, 2 Gig main memory 1 - 300 Gig UATA drive Ubuntu 7.04 + updates All tar balls and packages located in: usr/local/src/package_name +++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++ We are going to install the QGIS GIS packages CMake QT4.2+ QGIS SIP PyQT REFERENCES http://wiki.qgis.org/qgiswiki/Building_with_CMake http://wiki.qgis.org/qgiswiki/PythonBindings +++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++ 1) CMake sudo apt-get install cmake 2) QT sudo apt-get install libqt4-core libqt4-gui libqt4-sql libqt4-qt3support libqt4-dev qt4-dev-tools qt4-designer qt4-qtconfig qt4-doc 3) SIP mkdir sip cd sip wget http://www.riverbankcomputing.com/Downloads/sip4/sip-4.6.tar.gz tar -xzvf sip-4.6.tar.gz cd sip-4.6 python configure.py make sudo make install 4) PyQT4 mkdir pyqt4 cd pyqt4 wget http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-x11-gpl-4.2.tar.gz python configure.py make sudo make install 5) QGIS mkdir qgis cd qgis svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis_unstable ccmake make sudo make install