[Qgis-developer] Re: [Qgis-user] Building qgis2google on Mac

Giovanni Manghi giovanni.manghi at gmail.com
Thu Nov 5 05:56:13 PST 2009


On Thu, 2009-11-05 at 12:59 +0300, Jack R wrote:
> Hi all,
> 
> This is howto for building any plugin from sources:
> 1. Check out plugin's source in QGis plugins directory
> qgis/src/plugins:
> cd qgis/src/plugins
> svn co http://svn.repo-of-plugin/some_plugin
> 2. Add name of new plugin's directory in CMakeLists.txt of plugins
> dir:
> cd qgis/src/plugins
> nano CMakeLists.txt
> SUBDIRS (some_plugin)
> 3. Build QGis as usually:
> cd qgis/build
> ccmake ..
> make && make install


right,
this way compiles and seems to work fine (ubuntu 9.04)

thanks

-- Giovanni --




More information about the Qgis-user mailing list