mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
INSTALL: document Python 3 as a build tool
Needed for scripts/process_function_template.py run by src/core/CMakeLists.txt. Enforced since commit: f16fe73476 ("Python is a hard build time dependency", 2015-09-20)
This commit is contained in:
parent
d174840e05
commit
152a556887
7
INSTALL
7
INSTALL
@ -1,10 +1,10 @@
|
||||
QGIS
|
||||
Building QGIS from source - step by step
|
||||
Monday April 15, 2019
|
||||
Tuesday May 07, 2019
|
||||
|
||||
|
||||
Last Updated: Monday April 15, 2019
|
||||
Last Change : Monday April 15, 2019
|
||||
Last Updated: Tuesday May 07, 2019
|
||||
Last Change : Tuesday May 07, 2019
|
||||
|
||||
|
||||
1. Introduction
|
||||
@ -94,6 +94,7 @@ Required build tools:
|
||||
- CMake >= 3.0.0
|
||||
- Flex >= 2.5.6
|
||||
- Bison >= 2.4
|
||||
- Python 3
|
||||
|
||||
Required build dependencies:
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
||||
<TITLE>QGIS</TITLE>
|
||||
|
||||
<!-- Included /home/fischer/src/qgis/doc/style.css -->
|
||||
<!-- Included doc/style.css -->
|
||||
<STYLE TYPE="text/css">
|
||||
body{ background: white;
|
||||
color: black;
|
||||
@ -77,13 +77,13 @@ label{ background-color: #FFFFCC;
|
||||
<DIV CLASS="header" ID="header">
|
||||
<H1>QGIS</H1>
|
||||
<H2>Building QGIS from source - step by step</H2>
|
||||
<H3>Monday April 15, 2019</H3>
|
||||
<H3>Tuesday May 07, 2019</H3>
|
||||
</DIV>
|
||||
|
||||
<DIV CLASS="body" ID="body">
|
||||
<P>
|
||||
Last Updated: Monday April 15, 2019
|
||||
Last Change : Monday April 15, 2019
|
||||
Last Updated: Tuesday May 07, 2019
|
||||
Last Change : Tuesday May 07, 2019
|
||||
</P>
|
||||
<DIV CLASS="toc">
|
||||
|
||||
@ -196,6 +196,7 @@ Required build tools:
|
||||
<LI>CMake >= 3.0.0
|
||||
<LI>Flex >= 2.5.6
|
||||
<LI>Bison >= 2.4
|
||||
<LI>Python 3
|
||||
</UL>
|
||||
|
||||
<P>
|
||||
@ -3125,5 +3126,5 @@ The following people have contributed to this document:
|
||||
|
||||
</DIV>
|
||||
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
|
||||
<!-- cmdline: txt2tags -\-encoding=utf-8 -o/home/fischer/src/qgis/debian/build/doc/INSTALL.html -t html /home/fischer/src/qgis/doc/INSTALL.t2t -->
|
||||
<!-- cmdline: txt2tags -\-encoding=utf-8 -o doc/INSTALL.html -t html doc/INSTALL.t2t -->
|
||||
</BODY></HTML>
|
||||
|
@ -11,6 +11,7 @@ Required build tools:
|
||||
- CMake >= 3.0.0
|
||||
- Flex >= 2.5.6
|
||||
- Bison >= 2.4
|
||||
- Python 3
|
||||
-
|
||||
|
||||
Required build dependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user