how to install latex(or texlive?) in imx8

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to install latex(or texlive?) in imx8

1,114 Views
gonewithwind-peter
Senior Contributor I

hi all,
my colleague needs latex in maaxboard(or -mini ,iwave  board). I have no idea about it.
is it texlive?
but I try to find it in the yocto source code,I do not find the bb file about texlive or latex.
where is it? how to find it and add in local.conf?
but my colleague told me in raspbian image, he installed the following packages:
any help?
Thank you very much.

----

my colleaguse installed Latex on Raspbian:

export LC_CTYPE="en_GB.UTF-8"

export LC_ALL="en_GB.UTF-8"

export LANGUAGE="en_GB.UTF-8"

sudo dpkg-reconfigure locales

sudo apt-get update

sudo apt-get install texlive-base

sudo apt-get install texlive-latex-recommended

sudo apt-get install texlive

sudo apt-get install texlive-latex-extra

sudo apt-get install texlive-lang-cjk

sudo apt-get install texlive-lang-english

sudo apt-get install texlive-lang-european

sudo apt-get install texlive-lang-spanish

sudo apt-get install texlive-fonts-extra

 

---

 

0 Kudos
5 Replies

400 Views
gonewithwind-peter
Senior Contributor I

@Yuri 

hi all,

Still nobody add  latex(or texlive?) in yocto image ?

any help?

Thanks

0 Kudos

1,087 Views
gonewithwind-peter
Senior Contributor I

@Yuri 

but there are no latex or texlive bb files in  http://layers.openembedded.org/layerindex/branch/master/layers/ 

how can it add them in  CORE_IMAGE_EXTRA_INSTALL += ?

nobody did before?

0 Kudos

1,079 Views
Yuri
NXP Employee
NXP Employee

@gonewithwind-peter 
Hello,

  Looks like You are right - "nobody did before". Usually Latex is prerogative of host PC.
Generally it is possible to try using Debian with its installation capabilities.

Regards,
Yuri.

0 Kudos

1,059 Views
gonewithwind-peter
Senior Contributor I

@Yuri 

Thanks, 

it's hard to do it. before I copy from raspbian after apt install all of them.

I have to do like that again

1,100 Views
Yuri
NXP Employee
NXP Employee

@gonewithwind-peter 
Hello,

   You may try to include the needed package in Your system image,
using recommendations of section A.4 (How to select additional packages)
of "IMX_YOCTO_PROJECT_USERS_GUIDE.pdf".

https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf

 

Regards,
Yuri.

0 Kudos