File tree Expand file tree Collapse file tree 3 files changed +21
-16
lines changed Expand file tree Collapse file tree 3 files changed +21
-16
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ENDMACRO(PYQT_WRAP_UI)
55
55
IF (NOT PYRCC_PROGRAM )
56
56
IF (MSVC )
57
57
FIND_PROGRAM (PYRCC_PROGRAM
58
- NAMES ${PYRCC_PROG_NAME} .exe
58
+ NAMES ${PYRCC_PROG_NAME} .bat
59
59
PATHS $ENV{LIB_DIR} /bin
60
60
)
61
61
ELSE (MSVC )
Original file line number Diff line number Diff line change @@ -12,19 +12,14 @@ build QGIS.
12
12
13
13
The free (as in free beer) Express Edition installer is available under:
14
14
15
- http://download.microsoft.com/download/c/d/7/cd7d4dfb-5290-4cc7-9f85-ab9e3c9af796/vc_web.exe
16
-
17
- You also need the Windows SDK for Windows 7 and .NET Framework 4:
18
-
19
- http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/winsdk_web.exe
20
-
15
+ https://download.my.visualstudio.com/db/en_visual_studio_express_2015_for_windows_10_x86_x64_web_installer_6878617.exe?t=9437eae7-7ff2-462a-a349-312fd069ef2d&e=1486459960&h=1fa3414e467f267c795c01bc38b9472d&su=1
21
16
22
17
===Other tools and dependencies===
23
18
24
19
Download and install following packages:
25
20
26
21
|| Tool | Website |
27
- | CMake | http ://www. cmake.org/files/v3.0 /cmake-3.0 .2-win32-x86.exe |
22
+ | CMake | https ://cmake.org/files/v3.7 /cmake-3.7 .2-win64-x64.msi |
28
23
| GNU flex, GNU bison and GIT | http://cygwin.com/setup-x86.exe (32bit) or http://cygwin.com/setup-x86_64.exe (64bit) |
29
24
| OSGeo4W | http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe (32bit) or http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe (64bit) |
30
25
@@ -46,13 +41,23 @@ and from OSGeo4W (select //Advanced Installation//):
46
41
- grass
47
42
- gsl-devel
48
43
- iconv
49
- - pyqt4
50
- - qt4-devel
51
- - qwt5-devel-qt4
52
- - sip
53
- - spatialite
54
44
- libspatialindex-devel
55
- - python-qscintilla
45
+ - pyqt5
46
+ - python3-devel
47
+ - python3-qscintilla
48
+ - qca-qt5-devel
49
+ - qca-qt5-libs
50
+ - qscintilla-qt5
51
+ - qt5-devel
52
+ - qt5-libs-debug
53
+ - qtwebkit-qt5-devel
54
+ - qtwebkit-qt5-libs-debug
55
+ - qwt-devel-qt5
56
+ - sip-qt5
57
+ - spatialite
58
+ -
59
+
60
+
56
61
57
62
This will also select packages the above packages depend on.
58
63
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ touch %SRCDIR%\CMakeLists.txt
152
152
echo CMAKE: %DATE% %TIME%
153
153
if errorlevel 1 goto error
154
154
155
- set LIB = %LIB% ;%OSGEO4W_ROOT% \lib
156
- set INCLUDE = %INCLUDE% ;%OSGEO4W_ROOT% \include
155
+ set LIB = %LIB% ;%OSGEO4W_ROOT% \apps\Qt5\lib; %OSGEO4W_ROOT% \ lib
156
+ set INCLUDE = %INCLUDE% ;%OSGEO4W_ROOT% \apps\Qt5\include; %OSGEO4W_ROOT% \ include
157
157
158
158
cmake -G Ninja ^
159
159
-D CMAKE_CXX_COMPILER=" %CMAKE_COMPILER_PATH:\ =/ % /cl.exe" ^
You can’t perform that action at this time.
0 commit comments