-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
32 lines (22 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
We are writing a book about Perl 6.
It will be some kind of example-driven introduction to Perl 6, and at
the same time showing off the reasons why we love that language.
We plan to have monthly releases, see docs/release-guide.pod
"We" are Carl Mäsak, Jonathan Worthington, Patrick Michaud, Moritz Lenz,
Jonathan Scott Duff (Scott) and anybody who's willing to work on it.
If you're not on that list yet, you're 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 version 1.101050 or newer
* inkscape (for svg -> pdf conversion)
* pdflatex
* the 'bera' font as a LaTeX package
In Ununtu 10.04 this can be found in texlive-fonts-extra
Just type 'make' on your command line, and the book should be built in
build/book.pdf
All material in this repository is licensed under a CC-by-nc-sa license:
<http://creativecommons.org/licenses/by-nc-sa/2.5/> (attribution,
noncommercial, share-alike), unless explicitly stated otherwise.
(Maybe we'll open up towards removing the noncommercial part at some point).