On Wed, Jun 27, 2012 at 9:07 AM, Denis Rouzaud <[email protected]> wrote: > Hi, > > No, I don't think so. > > Here is what I did: > > Fork on github > Clone on my pc > Edit some cpp, h and ui files. > Create a build-ma folder in the qgis directory as explained here > http://www.qgis.org/api/INSTALL.html#toc10 > Run ccmake .. > Set CMAKE_INSTALL_PREFIX to /home/denis/opt/builds2 > And then, make, make install
I would recommend to run QGIS from the build directory - like that you will not have to do 'make install' after each compilation and it also does not require you to set LD_LIBRARY_PATH (the paths are handled internally with rpath). You just need to run this from root source directory: ./build-ma/output/bin/qgis Martin _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
