Update install insns for Ubuntu 18.04 LTS

This commit is contained in:
John Winans 2018-06-09 12:26:45 -05:00
parent 985620d6b8
commit db2aab83b0

View File

@ -2,8 +2,7 @@
RISC-V Assemly Language Programming RISC-V Assemly Language Programming
This is currently a bootstrap of something that might, some day, be worth This is an attempt to create a book on RISC-V programming in assembly language.
turning into a book on RISC-V programming in assembly language.
Pull requests are welcome. Pull requests are welcome.
@ -15,22 +14,13 @@ You can find the rvddt simulator mentioned in the text here: https://github.com/
I developed this using LaTeX via texlive. LaTeX is very portable. You should I developed this using LaTeX via texlive. LaTeX is very portable. You should
be able to tinker with it on most any platform. be able to tinker with it on most any platform.
The following worked for me on Ubuntu 16.04 LTS: On Ubuntu 18.04 LTS, loading the following packages worked for me:
sudo apt install wget perl-tk sudo apt install make
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz sudo apt install git
tar -xzf install-tl-unx.tar.gz sudo apt install texlive-latex-extra
cd install-tl-20180303
sudo ./install-tl
[Take all the defaults and press I at the install prompt... have a cup of I suspect the same (above) would work on 16.04 as well.
coffee, do some laundry...]
Put the following into .bashrc:
export PATH=/usr/local/texlive/2018/bin/x86_64-linux:$PATH
export INFOPATH=$INFOPATH:/usr/local/texlive/2018/texmf-dist/doc/info
export MANPATH=$MANPATH:/usr/local/texlive/2018/texmf-dist/doc/man
Then clone and build this repo: Then clone and build this repo: