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