X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=INSTALL;h=1a28ef8ac1c0d7bb6adc83614cc1c410f4cf319c;hb=refs%2Fheads%2Fmaster;hp=013db28592c3ec766f59a1f7c04cebadd7c439e3;hpb=2b120708c134c08c430d88db5fc86fe5839f2832;p=ozzloy%40gmail.com%2Fcv diff --git a/INSTALL b/INSTALL index 013db28..1a28ef8 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,28 @@ -on ubuntu 11.10: +* quick install +$ sudo apt install -y latexmk \ + texlive-fonts-recommended \ + texlive-latex-extra \ + texlive-fonts-extra \ + inotify-tools + +* more details + $ 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