Skip to content

Commit 2654c72

Browse files
committed
add windows download link for ninja to INSTALL
1 parent 8bea742 commit 2654c72

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

INSTALL

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Wednesday February 22, 2017
3+
Monday March 13, 2017
44

55

6-
Last Updated: Wednesday February 22, 2017
7-
Last Change : Thursday January 12, 2017
6+
Last Updated: Monday March 13, 2017
7+
Last Change : Monday March 13, 2017
88

99

1010
1. Introduction
@@ -429,6 +429,7 @@ Download and install following packages:
429429
| CMake | https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.msi |
430430
| GNU flex, GNU bison and GIT | http://cygwin.com/setup-x86.exe (32bit) or http://cygwin.com/setup-x86_64.exe (64bit) |
431431
| OSGeo4W | http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe (32bit) or http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe (64bit) |
432+
| ninja | https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip |
432433

433434
OSGeo4W does not only provide ready packages for the current QGIS release and
434435
nightly builds of master, but also offers most of the dependencies needs to

doc/INSTALL.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS</H1>
7979
<H2>Building QGIS from source - step by step</H2>
80-
<H3>Wednesday February 22, 2017</H3>
80+
<H3>Monday March 13, 2017</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Wednesday February 22, 2017
86-
Last Change : Thursday January 12, 2017
85+
Last Updated: Monday March 13, 2017
86+
Last Change : Monday March 13, 2017
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -691,6 +691,10 @@ <H3>4.1.2. Other tools and dependencies</H3>
691691
<TD>OSGeo4W</TD>
692692
<TD><A HREF="http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe">http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe</A> (32bit) or <A HREF="http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe">http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe</A> (64bit)</TD>
693693
</TR>
694+
<TR>
695+
<TD>ninja</TD>
696+
<TD><A HREF="https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip">https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip</A></TD>
697+
</TR>
694698
</TABLE>
695699

696700
<P>

doc/msvc.t2t

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Download and install following packages:
2222
| CMake | https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.msi |
2323
| GNU flex, GNU bison and GIT | http://cygwin.com/setup-x86.exe (32bit) or http://cygwin.com/setup-x86_64.exe (64bit) |
2424
| OSGeo4W | http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe (32bit) or http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe (64bit) |
25+
| ninja | https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip |
2526

2627
OSGeo4W does not only provide ready packages for the current QGIS release and
2728
nightly builds of master, but also offers most of the dependencies needs to

0 commit comments

Comments
 (0)