mit-pdos/xv6-riscv-book

How to convert it to PDF on windows?

ASalihov opened this issue · 3 comments

Can anybody explain me how to convert this book to PDF on windows?

# 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

I think you can download from webpage in here:
https://pdos.csail.mit.edu/6.S081/2020/xv6/book-riscv-rev1.pdf

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