From 3b0ec05c0f44eaa516270ddf670b2c1ca0b081d4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 19 Dec 2012 12:56:24 -0800 Subject: [PATCH] README.md: Add pre-reqs for building --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 76f38c3..83f26d5 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,15 @@ To "build" a PDF you simply type: To clean up all generated and intermediate content, type: make clean + +## Pre-requistes for building + +Depending on your GNU/Linux distribution the package names may be different. Basically, +you need the `texlive` package, as well as whichever "extras" package contains the +moderncv stuff. + +On Arch Linux: + + sudo pacman -Sy texlive-core texlive-latexextra + +Others: send a pull request with instructions for your distro.