[meta-freescale] [Documentation][PATCH] README: add missing installation dependencies

Lucas Dutra Nunes ldnunes at ossystems.com.br
Fri Feb 19 04:33:45 PST 2016


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 <ldnunes at ossystems.com.br>
---
 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



More information about the meta-freescale mailing list