Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to convert it to PDF on windows? #4

Open
ASalihov opened this issue Nov 13, 2019 · 3 comments
Open

How to convert it to PDF on windows? #4

ASalihov opened this issue Nov 13, 2019 · 3 comments

Comments

@ASalihov
Copy link

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

@Phantom1003
Copy link

# 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
Copy link

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

@fengxiaohu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants