在 Windows 7 上构建 QGIS 源代码 - 不工作
Building QGIS source code on Windows 7 - Not working
如前所述here 我尝试在 Windows 7.
上构建 QGIS
有两种方法,一种是使用 Visual Studio Express Edition 安装程序,另一种是使用 MinGW。
我发现它们都坏了,不知道下一步该怎么做
在建筑中使用Visual Studio
link 到 visual studio 实际上安装的是 2010 版,但文档假定它是 2009 版。因此找不到“set VS90COMNTOOLS=%PROGRAMFILES%\Microsoft Visual Studio 9.0\Common7\Tools\
”路径。
此外,我对这一行的上下文感到困惑:
If the path to bison and flex contains blanks, you need to use the
short name for the directory (i.e. C:\Program Files should be
rewritten to C:\Progra~n, where n is the number as shown in `dir /x
C:``).
正在使用 MinGW 构建4.2.1. MSYS link is not found(404) but when I try to build step by step I find XDR 4.0 not found(404) in this page
那么构建方法是什么?
我只想更改QGIS Desktop软件的标题和启动图片。
使用另一个应用程序,我现在可以更改 运行 QGIS 的标题,但不知道在哪里更改显示 "Loading plugins...".
的照片
Windows7 的构建说明有点冗长,但大部分都有效。我没有尝试 MinGW。
我立即将 VS90COMNTOOLS 路径更改为指向 Visual Studio 2010 目录,它似乎对我有用:
set VS90COMNTOOLS=%PROGRAMFILES%\Microsoft Visual Studio 10.0\Common7\Tools\
关于bison和flex的配置,我用的是latest version of CMake (3.3.1 as of now),没遇到过bison和flex的warnings/errors。你现在有遇到吗?如果没有,您应该可以继续。
如前所述here 我尝试在 Windows 7.
上构建 QGIS有两种方法,一种是使用 Visual Studio Express Edition 安装程序,另一种是使用 MinGW。
我发现它们都坏了,不知道下一步该怎么做
在建筑中使用Visual Studio
link 到 visual studio 实际上安装的是 2010 版,但文档假定它是 2009 版。因此找不到“set VS90COMNTOOLS=%PROGRAMFILES%\Microsoft Visual Studio 9.0\Common7\Tools\
”路径。
此外,我对这一行的上下文感到困惑:
If the path to bison and flex contains blanks, you need to use the short name for the directory (i.e. C:\Program Files should be rewritten to C:\Progra~n, where n is the number as shown in `dir /x C:``).
正在使用 MinGW 构建4.2.1. MSYS link is not found(404) but when I try to build step by step I find XDR 4.0 not found(404) in this page
那么构建方法是什么? 我只想更改QGIS Desktop软件的标题和启动图片。
使用另一个应用程序,我现在可以更改 运行 QGIS 的标题,但不知道在哪里更改显示 "Loading plugins...".
的照片Windows7 的构建说明有点冗长,但大部分都有效。我没有尝试 MinGW。
我立即将 VS90COMNTOOLS 路径更改为指向 Visual Studio 2010 目录,它似乎对我有用:
set VS90COMNTOOLS=%PROGRAMFILES%\Microsoft Visual Studio 10.0\Common7\Tools\
关于bison和flex的配置,我用的是latest version of CMake (3.3.1 as of now),没遇到过bison和flex的warnings/errors。你现在有遇到吗?如果没有,您应该可以继续。