From f1a7cf6f0d676ac61d4f0727d54eb4356236730f Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Thu, 22 Oct 2009 20:34:00 +0200 Subject: [PATCH] [README] explain PDF creation --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 69d05c5..f4d807b 100644 --- a/README +++ b/README @@ -11,6 +11,18 @@ still very welcome to join us. You can find us on #perl6book on irc.freenode.net. +To build the book, you need to have the following software installed: + + * GNU make + * perl 5 + * the Perl 5 module Pod::PseudoPod::LaTeX + * inkscape (for svg -> pdf conversion) + * pdflatex + +Just type 'make' on your command line, and the book should be build in +build/book.pdf + + All material in this repository is licensed under the CC-by-nc-sa license: http://creativecommons.org/licenses/by-nc-sa/2.5/ (attribution, noncommercial, share-alike), unless explicitly stated otherwise.