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