blob: 2d89ac411184ffee5a7db2d1b3736a155ab5d40f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
You can find here the modular texlive ebuilds I'm working on.
Unfortunately it is not yet possible to have an overlay that works out of the
box, therefore you'll have to do a few things to be able to install texlive
2007.
First, download both live and inst isos of texlive from
http://mirror.ctan.org/systems/texlive/Images/
Then, mount the images : the default location is /mnt/texlive-inst for inst iso,
and /mnt/texlive-live for live iso.
Copy /mnt/texlive-live/source/source.tar.bz2 as texlive-source-2007.tar.bz2 in
your distfiles dir.
Once that done, you have to generate the ebuilds for the modular texmf tree, go
to scripts/texlive/lists subdir and you'll find another README file :)
If you want a simpler approach, just go to scripts/texlive subdir and type make.
It should do the right thing for you.
If you've gone through all those steps, you're ready to install texlive !
Just append texlive-overlay to your portage overlay and type "emerge texlive".
Reporting bugs / improvements : Just contact me, aballier@gentoo.org, or on irc
(freenode). Feedback, even if it's just to say "that just worked perfectly" will
be very appreciated, so that I'll know how many people tested it, etc.
|