How to convert it to PDF on windows?
ASalihov opened this issue · 3 comments
ASalihov commented
Can anybody explain me how to convert this book to PDF on windows?
Phantom1003 commented
# 1. Add your ssh key to github
# 2
sudo apt install texlive-base texlive-extra-utils texlive-latex-extra
# 3
cd xv6-riscv-book
make
fengxiaohu commented
I think you can download from webpage in here:
https://pdos.csail.mit.edu/6.S081/2020/xv6/book-riscv-rev1.pdf
fengxiaohu commented
Can anybody explain me how to convert this book to PDF on windows?
1.you need to install texlive in windows:(ps. for detailed descreption in https://zhuanlan.zhihu.com/p/41855480)
https://tug.org/texlive/windows.html
2. you need to install mingw(complier suck like gcc/clang) in windows to run MAKEFILE
3. cd xv6-riscv-book && make