[Qgis-developer] help for a cpp newbie

Martin Dobias wonder.sk at gmail.com
Wed Jun 27 00:24:57 PDT 2012


On Wed, Jun 27, 2012 at 9:07 AM, Denis Rouzaud <denis.rouzaud at gmail.com> 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


More information about the Qgis-developer mailing list