博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Building QGIS from source - step by step (开发文档翻译1)
阅读量:5333 次
发布时间:2019-06-15

本文共 1189 字,大约阅读时间需要 3 分钟。

1. 简介

原文网址:http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html

       本文档是所描述的软件QGIS的原始安装指南。QGIS受GNU通用公共许可证的约束。QGIS开发文档与发布的版本相对应。

2. Overview

      与主流的工程一样,QGIS采用CMAKE编译。以下是建立所需依赖关系的总结:

      所需的构建工具:

  • CMake >= 2.8.6
  • Flex >= 2.5.6
  • Bison >= 2.4

 

      所需的构建依赖项:

  • Qt >= 5.3.0
  • Proj >= 4.4.x
  • GEOS >= 3.4
  • Sqlite3 >= 3.0.0
  • SpatiaLite
  • libspatialindex
  • GDAL/OGR >= 2.0
  • Qwt >= 5.0 & (< 6.1 with internal QwtPolar)
  • expat >= 1.95
  • QScintilla2
  • QCA
  • qtkeychain (>= 0.5)

      可选依赖关系:

  • for GRASS providers and plugin - GRASS >= 6.0.0. QGIS may be compiled with GRASS 6 or GRASS 7. It can also be compiled with both GRASS versions in a single build but only if QGIS is not installed with rpath. The desired GRASS version is chosen on runtime by setting LD_LIBRARY_PATH or PATH.
  • for georeferencer - GSL >= 1.8
  • for postgis support - PostgreSQL >= 8.0.x
  • for gps plugin - gpsbabel
  • for mapserver export and PyQGIS - Python >= 3.3
  • for python support - SIP >= 4.12, PyQt >= 5.3 must match Qt version, Qscintilla2
  • for qgis mapserver - FastCGI
  • for oracle provider - Oracle OCI library

     间接依赖:

     GDAL支持的一些专有格式(如ECW和MrSid)需要专有的第三方库。确保GDAL 构建正确并支持格式,QGIS不需要自己重新构建这些格式。

转载于:https://www.cnblogs.com/wzhang-whu/p/7051279.html

你可能感兴趣的文章
css cursor属性详解
查看>>
浅析Swing线程模型和EDT
查看>>
步步为营-86-WSFUpload组件
查看>>
【转】分布式Tensorflow
查看>>
document.getElementsByClassName返回的是一个数组
查看>>
3st 关于position四定位
查看>>
iOS开发-登录界面开发(3)CocoaPods的安装-Swfit4.1_Xcode9.3.1
查看>>
ubuntu14.04下安装ngnix,mediawiki,nodebb,everything,gitlab
查看>>
javaweb(二十四)——jsp传统标签开发
查看>>
svn插件下载的两种方式
查看>>
[剑指offer] 41. 数据流中的中位数 (大小堆,优先队列)
查看>>
Hero In Maze
查看>>
为button上的Title设置阴影
查看>>
利用 index、explain和profile优化mysql数据库查询小结
查看>>
二维图形的矩阵变换(二)——WPF中的矩阵变换基础
查看>>
Maven - 坐标
查看>>
在SQL SERVER中获取表中的第二条数据
查看>>
[转载] 55分钟学会正则表达式
查看>>
分布式技术追踪 2017年第八期
查看>>
日期相关
查看>>