The instructions in the README file are missing some libraries [1] and a
Python package [2] that are essential to successfully build the
documentation files.

[1]: libfreetype6-dev libjpeg8-dev python-dev zlib1g-dev
[2]: reportlab

Signed-off-by: Lucas Dutra Nunes <[email protected]>
---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index e8fc21e..d1048a8 100644
--- a/README
+++ b/README
@@ -4,9 +4,9 @@ Freescale Community BSP Documentation
 The documentation is written using the Sphinx documentation system. To
 install it in Debian/Ubuntu, please do:
 
-  #: apt-get install python-sphinx python-pip texlive-latex-extra \
-     texlive-fonts-recommended
-  #: pip install sphinxcontrib-blockdiag
+  #: 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
 
 Once this has been completed, you can run 'make' in each of the Documentation
 folders to review the available targets for building.
-- 
2.1.4

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to