mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-29 06:00:54 -04:00
Update for Ubuntu 18.04 LTS & newer texlive.
This commit is contained in:
parent
2b74cb2785
commit
831fc21abb
@ -17,7 +17,7 @@ be able to tinker with it on most any platform.
|
|||||||
|
|
||||||
The following worked for me on Ubuntu 16.04 LTS:
|
The following worked for me on Ubuntu 16.04 LTS:
|
||||||
|
|
||||||
sudo apt install wget gksu perl-tk
|
sudo apt install wget perl-tk
|
||||||
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
|
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
|
||||||
tar -xzf install-tl-unx.tar.gz
|
tar -xzf install-tl-unx.tar.gz
|
||||||
cd install-tl-20180303
|
cd install-tl-20180303
|
||||||
@ -28,9 +28,9 @@ coffee, do some laundry...]
|
|||||||
|
|
||||||
Put the following into .bashrc:
|
Put the following into .bashrc:
|
||||||
|
|
||||||
export PATH=/usr/local/texlive/2017/bin/x86_64-linux:$PATH
|
export PATH=/usr/local/texlive/2018/bin/x86_64-linux:$PATH
|
||||||
export INFOPATH=$INFOPATH:/usr/local/texlive/2017/texmf-dist/doc/info
|
export INFOPATH=$INFOPATH:/usr/local/texlive/2018/texmf-dist/doc/info
|
||||||
export MANPATH=$MANPATH:/usr/local/texlive/2017/texmf-dist/doc/man
|
export MANPATH=$MANPATH:/usr/local/texlive/2018/texmf-dist/doc/man
|
||||||
|
|
||||||
Then clone and build this repo:
|
Then clone and build this repo:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user