Morty release uses python3 to generate Sphinx documentation, also
we need to install fonts-liberation package to generate blockdiag.

Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br>
---
 README | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README b/README
index d1048a8..12e3a77 100644
--- a/README
+++ b/README
@@ -4,9 +4,10 @@ Freescale Community BSP Documentation
 The documentation is written using the Sphinx documentation system. To
 install it in Debian/Ubuntu, please do:
 
-  #: apt-get install libfreetype6-dev libjpeg8-dev python-dev python-pip \
-     python-sphinx texlive-fonts-recommended texlive-latex-extra zlib1g-dev
-  #: pip install reportlab sphinxcontrib-blockdiag
+  #: apt-get install libfreetype6-dev libjpeg8-dev python3-dev python3-pip \
+     python3-sphinx texlive-fonts-recommended texlive-latex-extra zlib1g-dev \
+     fonts-liberation
+  #: pip3 install reportlab sphinxcontrib-blockdiag
 
 Once this has been completed, you can run 'make' in each of the Documentation
 folders to review the available targets for building.
-- 
2.11.0

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to