(no commit message)
[ozzloy@gmail.com/cv] / INSTALL
... / ...
CommitLineData
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
10$ make
11make: latexmk: Command not found
12$ sudo apt-get install -y latexmk
13
14$ make
15! LaTeX Error: File `marvosym.sty' not found.
16$ sudo apt-get install -y texlive-fonts-recommended
17
18$ make
19! LaTeX Error: File `moderncv.cls' not found.
20$ sudo apt install texlive-latex-extra
21
22$ make
23! LaTeX Error: File `fontawesome.sty' not found.
24$ sudo apt install texlive-fonts-extra
25
26$ make autobuild
27./autobuild.bash: line 7: inotifywait: command not found
28$ sudo apt install inotify-tools