If you follow the build instructions in [1] you will see the following recommendation (which works well for me):
Now we create a build directory and run ccmake: cd Quantum-GIS mkdir build-master cd build-master ccmake .. [...] Now on with the build: make make install [1] http://hub.qgis.org/projects/quantum-gis/wiki/Building_QGIS_from_Source Etienne On Tue, Dec 6, 2011 at 3:28 PM, Alexander Bruy <[email protected]> wrote: > Hi Marco, > > AFAIK when running from build directory QGIS don't have Python plugins > and this is know and correct behavior. See Martin's email about this [0] > > Hope this helps > > [0] http://www.osgeo.org/pipermail/qgis-developer/2011-August/015425.html > > 2011/12/6 Marco Bernasocchi <[email protected]>: >> Hi devs, can anybody confirm that a pre install run has no python plugins >> availables and no warnings in master? >> >> i just did >> make >> ./output/bin/qgis >> works with no python plugins (c++ and python console work) >> >> make install >> ../../apps/bin/qgis >> all works correctly > > -- > Alexander Bruy > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
