(no commit message)
[ozzloy@gmail.com/cv] / INSTALL
CommitLineData
2b120708 1$ make
2make: latexmk: Command not found
3$ sudo apt-get install -y latexmk
89ef16db 4
2b120708 5$ make
6! LaTeX Error: File `marvosym.sty' not found.
7$ sudo apt-get install -y texlive-fonts-recommended
89ef16db 8
9$ make
d1989658 10! LaTeX Error: File `moderncv.cls' not found.
11$ sudo apt install texlive-latex-extra
89ef16db 12
13$ make
d1989658 14! LaTeX Error: File `fontawesome.sty' not found.
15$ sudo apt install texlive-fonts-extra
89ef16db 16
17make autobuild
18./autobuild.bash: line 7: inotifywait: command not found
19$ sudo apt install inotify-tools