I wrote this a year ago and meant to write more. Turns out I did not but it still works. You might need to figure out dependencies yourself. Here you go:
e-foto is a free GNU/GPL educational digital photogrammetric workstation in active development.
svn checkout https://svn.code.sf.net/p/e-foto/code/trunk e-foto-code cd e-foto-code/c wget http://download.osgeo.org/shapelib/shapelib-1.3.0.tar.gz tar xfv shapelib-1.3.0.tar.gz mv shapelib-1.3.0 shapelib cd .. mkdir build cd build qmake-qt4 ../e-foto.pro make |
Ready to run in
../bin/e-foto |
Thanks a lot!