Borys Jurgiel wrote: >> FindGSL.cmake: gsl-config not found. Please set it manually. >> GSL_CONFIG=GSL_CONFIG-NOTFOUND > > install libgsl0-dev > >> -- Could not find GRASS > > Run ccmake and set GRASS_PREFIX to proper directory > (probably /usr/lib/grass64) > >> -- SIP executable is missing! >> -- SIP header file is missing! > > install: sip4, python-sip, python-sip-dev > >> -- PyQt4 development files are missing! > > Are pyqt4-dev-tools installed? > > > If you still get errors, just look for packages related to the missing > components (including -dev packages)
On an Ubuntu(or debian box) there's a nice little tool to make this easier. sudo apt-get build-dep qgis That will grab all the build dependencies for qgis all at once and automatically. This of course assumes that you have a recent version of qgis available to you via the repositories and for that I suggest you add the ubuntugis repo to your list. https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable Enjoy, Alex _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
