mit-pdos / xv6-riscv-book

Text describing xv6 on RISC-V
Other
643 stars 134 forks source link

How to convert it to PDF on windows? #4

Open ASalihov opened 4 years ago

ASalihov commented 4 years ago

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

Phantom1003 commented 3 years ago
# 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 2 years ago

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

fengxiaohu commented 2 years ago

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/41855480https://tug.org/texlive/windows.html

  1. you need to install mingw(complier suck like gcc/clang) in windows to run MAKEFILE
  2. cd xv6-riscv-book && make