[meta-freescale] [Documentation][PATCH 1/2] README: Update Debian/Ubuntu dependency package list

Fabio Berton fabio.berton at ossystems.com.br
Fri Jan 27 11:03:51 PST 2017


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.berton at ossystems.com.br>
---
 README | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README b/README
index d1048a8..8185ad5 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 python-pip3 \
+     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



More information about the meta-freescale mailing list