Skip to content

Commit e47258c

Browse files
committed
Neither latexmk nor dvipng is required
The package texlive-bin from extra also contains a dvipng binary. Close #58
1 parent 9a19fde commit e47258c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ The original guide may be found at [Linux Documentation Project](http://www.tldp
1010

1111
### Compile on Local Machine
1212

13-
To prepare for build this book on your local machine, we're going to have make, TeXLive (MacTeX), dvipng and latexmk installed. On various Unix/Linux operating systems, this can be done simply by:
13+
To prepare for build this book on your local machine, we're going to install TeXLive (MacTeX). On various Unix/Linux operating systems, this can be done simply by:
1414

1515
```bash
1616
# Debian / Ubuntu
17-
$ sudo apt install make texlive-full latexmk dvipng
17+
$ sudo apt install make texlive-full
1818

1919
# Arch / Manjaro
20-
$ sudo pacman -S make texlive-most texlive-bin dvipng
20+
$ sudo pacman -S make texlive-most texlive-bin
2121

2222
# macOS
2323
$ brew install --cask mactex
24-
$ sudo tlmgr update --self && sudo tlmgr install dvipng latexmk
24+
$ sudo tlmgr update --self
2525
```
2626

2727
Now we could build document with following commands:

0 commit comments

Comments
 (0)