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

Daiane Angolini daiane.list at gmail.com
Tue Jan 31 10:12:09 PST 2017


Hi Fabio,


On Fri, Jan 27, 2017 at 5:03 PM, Fabio Berton
<fabio.berton at ossystems.com.br> wrote:
> 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 \

python-pip3 did not worked for me.

Would it be pytthon3-pip of we should start diverging the Debian from
the Ubuntu procedure?


Daiane

> +     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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list