From 91085c8f106932358101a99701d2148977ff8a36 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 12 Jun 2015 15:20:34 +0300 Subject: [PATCH] README.md: Add Mac OS X build instructions Signed-off-by: Alan Orth --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b989047..cd2d0d5 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,14 @@ __On Ubuntu:__ $ sudo apt-get install texlive $ sudo apt-get --no-install-recommends install texlive-latex-extra +__Mac OS X:__ download and install [BasicTeX](https://www.tug.org/mactex/morepackages.html) (a minimal TeXLive distribution) and then: + + $ export PATH=$PATH:/usr/local/texlive/2014basic/bin/x86_64-darwin + $ sudo tlmgr install collection-fontsrecommended + $ wget https://launchpad.net/moderncv/trunk/1.5.1/+download/moderncv-1.5.1.zip + $ unzip moderncv-1.5.1.zip + $ sudo mkdir /usr/local/texlive/2014basic/texmf-local/tex/latex/moderncv + $ sudo cp moderncv/*.sty moderncv/*.cls /usr/local/texlive/2014basic/texmf-local/tex/latex/moderncv + $ sudo mktexlsr + __Others:__ send a pull request with instructions for your distro.