summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-start.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index a151ba61ca..8cb5631f0d 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -467,23 +467,26 @@
467 <emphasis>Meet Minimal Version Requirements:</emphasis> 467 <emphasis>Meet Minimal Version Requirements:</emphasis>
468 The OpenEmbedded build system should be able to run on any 468 The OpenEmbedded build system should be able to run on any
469 modern distribution that has the following versions for 469 modern distribution that has the following versions for
470 Git, tar, and Python. 470 Git, tar, Python and gcc.
471 <itemizedlist> 471 <itemizedlist>
472 <listitem><para> 472 <listitem><para>
473 Git 1.8.3.1 or greater 473 Git 1.8.3.1 or greater
474 </para></listitem> 474 </para></listitem>
475 <listitem><para> 475 <listitem><para>
476 tar 1.27 or greater 476 tar 1.28 or greater
477 </para></listitem> 477 </para></listitem>
478 <listitem><para> 478 <listitem><para>
479 Python 3.4.0 or greater. 479 Python 3.5.0 or greater.
480 </para></listitem> 480 </para></listitem>
481 <listitem><para>
482 gcc 5.0 or greater.
483 </para></listitem>
481 </itemizedlist> 484 </itemizedlist>
482 If your build host does not meet any of these three listed 485 If your build host does not meet any of these three listed
483 version requirements, you can take steps to prepare the 486 version requirements, you can take steps to prepare the
484 system so that you can still use the Yocto Project. 487 system so that you can still use the Yocto Project.
485 See the 488 See the
486 "<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-and-python-versions'>Required Git, tar, and Python Versions</ulink>" 489 "<ulink url='&YOCTO_DOCS_REF_URL;#required-git-tar-python-and-gcc-versions'>Required Git, tar, Python and gcc Versions</ulink>"
487 section in the Yocto Project Reference Manual for 490 section in the Yocto Project Reference Manual for
488 information. 491 information.
489 </para></listitem> 492 </para></listitem>