File tree 4 files changed +7
-18
lines changed
4 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 1
1
QGIS
2
2
Building QGIS from source - step by step
3
- Wednesday April 12, 2017
3
+ Sunday January 14, 2018
4
4
5
5
6
- Last Updated: Wednesday April 12, 2017
6
+ Last Updated: Sunday January 14, 2018
7
7
Last Change : Wednesday April 12, 2017
8
8
9
9
Original file line number Diff line number Diff line change 77
77
< DIV CLASS ="header " ID ="header ">
78
78
< H1 > QGIS</ H1 >
79
79
< H2 > Building QGIS from source - step by step</ H2 >
80
- < H3 > Wednesday April 12, 2017 </ H3 >
80
+ < H3 > Sunday January 14, 2018 </ H3 >
81
81
</ DIV >
82
82
83
83
< DIV CLASS ="body " ID ="body ">
84
84
< P >
85
- Last Updated: Wednesday April 12, 2017
85
+ Last Updated: Sunday January 14, 2018
86
86
Last Change : Wednesday April 12, 2017
87
87
</ P >
88
88
< DIV CLASS ="toc ">
Original file line number Diff line number Diff line change @@ -40,19 +40,8 @@ For the QGIS build you need to install following packages from cygwin:
40
40
41
41
and from OSGeo4W (select //Advanced Installation//):
42
42
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
+ -
56
45
57
46
This will also select packages the above packages depend on.
58
47
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ QgsHistogramWidget::~QgsHistogramWidget()
92
92
93
93
static bool _rangesByLower ( const QgsRendererRangeV2& a, const QgsRendererRangeV2& b )
94
94
{
95
- return a.lowerValue () < b.lowerValue () ? - 1 : 0 ;
95
+ return a.lowerValue () < b.lowerValue ();
96
96
}
97
97
98
98
void QgsHistogramWidget::setGraduatedRanges ( const QgsRangeList &ranges )
You can’t perform that action at this time.
0 commit comments