Wiki home
Editing page "
texlive
"
Base on previous version:
0
-
2074
-
4590
-
5247
-
5775
# Note: depends on [pkg]pkg-config[/pkg] # Note: depends on [pkg]perl[/pkg] # Note: depends on [pkg]texlive-texmf[/pkg] at runtime wget -c [link]ftp://tug.org/texlive/historic/2013/texlive-20130530-source.tar.xz[/link] tar -xJf texlive-20130530-source.tar.xz cd texlive-20130530-source sed -i -e '/^TEXMFROOT/{s|=.*|= /usr/share|;}' texk/kpathsea/texmf.cnf mkdir -p builddir cd builddir ../configure --prefix="/usr" --datarootdir="/usr/share" --disable-native-texlive-build --without-x make # Doesn't mind -j# make install ln -s pdftex /usr/bin/pdflatex ln -s pdftex /usr/bin/latex mktexlsr # as root fmtutil-sys --all || true # as root, ignore exit status
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page