Skip to content

Commit b6b394c

Browse files
committed
INSTALL: use meta package to install osgeo4w build dependencies
1 parent 0cabbb5 commit b6b394c

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed

INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Wednesday April 12, 2017
3+
Sunday January 14, 2018
44

55

6-
Last Updated: Wednesday April 12, 2017
6+
Last Updated: Sunday January 14, 2018
77
Last Change : Wednesday April 12, 2017
88

99

doc/INSTALL.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS</H1>
7979
<H2>Building QGIS from source - step by step</H2>
80-
<H3>Wednesday April 12, 2017</H3>
80+
<H3>Sunday January 14, 2018</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Wednesday April 12, 2017
85+
Last Updated: Sunday January 14, 2018
8686
Last Change : Wednesday April 12, 2017
8787
</P>
8888
<DIV CLASS="toc">

doc/msvc.t2t

+2-13
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,8 @@ For the QGIS build you need to install following packages from cygwin:
4040

4141
and from OSGeo4W (select //Advanced Installation//):
4242

43-
- expat
44-
- fcgi
45-
- gdal
46-
- grass
47-
- gsl-devel
48-
- iconv
49-
- pyqt4
50-
- qt4-devel
51-
- qwt5-devel-qt4
52-
- sip
53-
- spatialite
54-
- libspatialindex-devel
55-
- python-qscintilla
43+
- qgis-rel-deps
44+
-
5645

5746
This will also select packages the above packages depend on.
5847

src/gui/qgshistogramwidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ QgsHistogramWidget::~QgsHistogramWidget()
9292

9393
static bool _rangesByLower( const QgsRendererRangeV2& a, const QgsRendererRangeV2& b )
9494
{
95-
return a.lowerValue() < b.lowerValue() ? -1 : 0;
95+
return a.lowerValue() < b.lowerValue();
9696
}
9797

9898
void QgsHistogramWidget::setGraduatedRanges( const QgsRangeList &ranges )

0 commit comments

Comments
 (0)