mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
update INSTALL to reflect dependency on GEOS 3.4 (GEOSNearestPoint_r)
This commit is contained in:
parent
51fe6329ae
commit
80d0272bcd
2
CODING
2
CODING
@ -862,7 +862,7 @@ The class must inherit from QObject and include the Q_OBJECT macro.
|
|||||||
|
|
||||||
class TestQgsRasterLayer: public QObject
|
class TestQgsRasterLayer: public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT;
|
Q_OBJECT
|
||||||
|
|
||||||
All our test methods are implemented as private slots. The QtTest framework
|
All our test methods are implemented as private slots. The QtTest framework
|
||||||
will sequentially call each private slot method in the test class. There are
|
will sequentially call each private slot method in the test class. There are
|
||||||
|
8
INSTALL
8
INSTALL
@ -1,10 +1,10 @@
|
|||||||
QGIS
|
QGIS
|
||||||
Building QGIS from source - step by step
|
Building QGIS from source - step by step
|
||||||
Wednesday June 24, 2015
|
Thursday October 29, 2015
|
||||||
|
|
||||||
|
|
||||||
Last Updated: Wednesday June 24, 2015
|
Last Updated: Thursday October 29, 2015
|
||||||
Last Change : Wednesday June 24, 2015
|
Last Change : Thursday July 23, 2015
|
||||||
|
|
||||||
|
|
||||||
1. Introduction
|
1. Introduction
|
||||||
@ -99,7 +99,7 @@ Required build dependencies:
|
|||||||
|
|
||||||
- Qt >= 4.8.0
|
- Qt >= 4.8.0
|
||||||
- Proj >= 4.4.x
|
- Proj >= 4.4.x
|
||||||
- GEOS >= 3.0
|
- GEOS >= 3.4
|
||||||
- Sqlite3 >= 3.0.0
|
- Sqlite3 >= 3.0.0
|
||||||
- GDAL/OGR >= 1.4.x
|
- GDAL/OGR >= 1.4.x
|
||||||
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)
|
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)
|
||||||
|
@ -1135,7 +1135,7 @@ The class <B>must</B> inherit from QObject and include the Q_OBJECT macro.
|
|||||||
<div class="code"><PRE>
|
<div class="code"><PRE>
|
||||||
class TestQgsRasterLayer: public QObject
|
class TestQgsRasterLayer: public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT;
|
Q_OBJECT
|
||||||
</PRE></div>
|
</PRE></div>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
|
@ -17,7 +17,7 @@ Required build dependencies:
|
|||||||
|
|
||||||
- Qt >= 4.8.0
|
- Qt >= 4.8.0
|
||||||
- Proj >= 4.4.x
|
- Proj >= 4.4.x
|
||||||
- GEOS >= 3.0
|
- GEOS >= 3.4
|
||||||
- Sqlite3 >= 3.0.0
|
- Sqlite3 >= 3.0.0
|
||||||
- GDAL/OGR >= 1.4.x
|
- GDAL/OGR >= 1.4.x
|
||||||
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)
|
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user