README.md: Add pre-reqs for building

This commit is contained in:
Alan Orth 2012-12-19 12:56:24 -08:00
parent 4262810ba4
commit 3b0ec05c0f
1 changed files with 12 additions and 0 deletions

View File

@ -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.