[QGIS-Developer] Queries on building QGIS 3.

Ben Hur Pintor bnhr.dev at gmail.com
Wed Nov 29 15:25:19 PST 2017


Thanks! This works.

Basically, I created a bash script with the following lines:

#!/bin/bash
> export
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/qt59/lib/:/opt/qt59_libs/qwt-6.1.3/lib/
> ./apps/bin/qgis


Works like a charm.

I'm still getting the "No Python support detected thus no settings
available." message in the Plugins though. Any ideas why?

Cheers!

Ben Hur

On Thu, Nov 30, 2017 at 12:34 AM, Tudor Barascu <tudorbarascu at yahoo.com>
wrote:

> Hi,
>
> The library problem can be mitigated by exporting the path to the
> libraries before running qgis from source.
>
> E.g. create a  start-qgis.sh with
>
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/pathto/qgis-master/lib
> /pathto/qgis-master/bin/./qgis
>
> Then run it..
>
> All the best,
>
> Tudor
>
>
> On Wednesday, November 29, 2017, 6:10:07 PM GMT+2, Ben Hur Pintor <
> bnhr.dev at gmail.com> wrote:
>
>
> Hi all! I built QGIS master (2a960c5) using the instructions from (a) https://github.com/qgis/QGIS/
> blob/master/INSTALL <https://github.com/qgis/QGIS/blob/master/INSTALL>
> supplemented by (b) https://www.lutraconsulting.
> co.uk/blog/2017/08/06/qgis3d- build/
> <https://www.lutraconsulting.co.uk/blog/2017/08/06/qgis3d-build/> because
> I wanted to try the new 3D features. My machine runs on Xubuntu 16.04. The
> build works fine but I noticed a few things.
>
> 1.) Plugins are unavailable when running QGIS from ./output/bin/qgis of
> the build directory. The Settings tab of "Manage and Install Plugins" says
> "No Python support detected thus no settings available." Is this normal?
> I've only tried building QGIS recently so I don't know if it is.
>
> 2.) After doing a ninja install, running qgis from {$HOME}/apps/bin fails
> because it can't find the shared libraries that I used in (b). I tried
> making simlinks to the said libraries to (b) but to no avail. Is there an
> updated/better way to build QGIS with 3D support on Xubuntu 16.04 or should
> I stick to running from the build directory?
>
> 3.) What's the update or plan for the Processing -> Commander function in
> QGIS 3? I can't seem to find it in my build.
>
> Thank you in advance. Cheers!
>
> --
>
> *Engr. Ben Hur S. Pintor*
> Senior Science Research Specialist
> *IAMBlueCECAM Project 9: WebGIS for Mapping, Supporting, Decision-making,
> and Promoting Ecological Services of Blue Carbon Ecosystems (BlueWebMapS)*
> UP Training Center for Applied Geodesy and Photogrammetry
>
> MS Geomatics Engineering (GeoInformatics)
> *National Graduate School of Engineering*
> *University of the Philippines Diliman*
> Quezon City 1101, PHL
> _______________________________________________
> QGIS-Developer mailing list
> QGIS-Developer at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>



-- 
---

*Engr. Ben Hur S. Pintor*
Senior Science Research Specialist
*IAMBlueCECAM Project 9: WebGIS for Mapping, Supporting, Decision-making,
and Promoting Ecological Services of Blue Carbon Ecosystems (BlueWebMapS)*
UP Training Center for Applied Geodesy and Photogrammetry

MS Geomatics Engineering (GeoInformatics)
*National Graduate School of Engineering*
*University of the Philippines Diliman*
Quezon City 1101, PHL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20171130/c98c223d/attachment.html>


More information about the QGIS-Developer mailing list