From 89ef16db8ef846834c43c2a682f00866c44a0269 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 28 Jan 2020 18:19:14 -0800 Subject: [PATCH] update install process --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.30.2