21 July 2011 - Fairbanks
follow up post for Fedora 15 here
This is a bit unorganized yum install collection because as I found missing deps I just kept adding to my notes:
I had: proj, geos, gdal/ogr from the GINA magic ‘mapping tools’ sauce. I’ll document how to get that setup on Fedora in another post.
Now you begin the fun process of ccmake:
You keep pressing ‘c’, if you get an error, fix it. Press ‘c’ until you don’t get errors any more, then you press ‘g’ to generate the makefiles.
Before I pressed ‘g’enerate I set my CMAKE_INSTALL_PREFIX
to be ‘/home/dbroders/apps’ because that is where I wanted my qgis to show up (instead of /usr/local)
Then to use it (since I installed mine in $HOME/apps) I created my setup.sh:
To wrap up I had that setup.sh automatically run on login by tossing the following at the end of my ~/.bashrc
Life is good, got myself some fancy new qqis fresh from github.