X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=INSTALL;h=259c85da1f8e99fc4850b3eb70243d0fb53b8f6f;hb=89ef16db8ef846834c43c2a682f00866c44a0269;hp=116e870f2faab1cad546a335ad99e36bd2c2c78e;hpb=d1989658c07b28dd87b30e318a90432ca22551b9;p=ozzloy%40gmail.com%2Fcv diff --git a/INSTALL b/INSTALL index 116e870..259c85d 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,19 @@ $ make make: latexmk: Command not found $ sudo apt-get install -y latexmk + $ make ! LaTeX Error: File `marvosym.sty' not found. $ sudo apt-get install -y texlive-fonts-recommended + +$ make ! LaTeX Error: File `moderncv.cls' not found. $ sudo apt install texlive-latex-extra + +$ make ! LaTeX Error: File `fontawesome.sty' not found. $ sudo apt install texlive-fonts-extra + +make autobuild +./autobuild.bash: line 7: inotifywait: command not found +$ sudo apt install inotify-tools