[Qgis-user] Re: Installation of QGIS using Ubuntu Synaptic Package Manager
Borys Jurgiel
borysiasty at aster.pl
Wed May 5 06:10:10 PDT 2010
Dnia środa, 5 maja 2010 o 13:59:00 Kim Besson napisał(a):
> Hi Borys
> I have just checked and nothing is there. is there a way to debug this and
> see what is missing?
>
First, you should see the line below in cmake output:
Found GRASS: /usr/local/grass-6.4.0svn
Then "make" should attempt to compile the grass support with such output among
other plugins:
Linking CXX shared library libqgisgrass.so
[ 68%] Built target qgisgrass
Linking CXX shared module libgrassprovider.so
[ 68%] Built target grassprovider
Linking CXX shared module libgrassrasterprovider.so
[ 68%] Built target grassrasterprovider
(...)
Linking CXX shared module libgrassplugin.so
[ 96%] Built target grassplugin
Finally, "make install" installs the compiled .so libraries (e.g.
libgrassplugin.so) in /lib/qgis/ within your destination folder, so usually in
/usr/local/lib/qgis/
If they are there, probably something is wrong with the library path. Do you
see other c++ plugins like evis, North Arrow or Scale bar on the plugin list
in the manager?
More information about the Qgis-user
mailing list