mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-29 06:00:54 -04:00
Update install insns for Ubuntu 18.04 LTS
This commit is contained in:
parent
985620d6b8
commit
db2aab83b0
22
README.md
22
README.md
@ -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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user