Skip to content

Commit

Permalink
[README] added HTML::Template to prereqs
Browse files Browse the repository at this point in the history
We'll need to change this section as soon as we get another dep.
  • Loading branch information
Carl Masak committed Apr 7, 2009
1 parent 5165940 commit 5cf6bc1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,28 @@ See instructions on the parrot site:

<http://www.parrotcode.org/>

You'll also need the projects listed in deps.proto, presently only
HTML::Template. It is preferrable to build HTML::Template before building
November.

$ pwd
/tmp
$ git clone git://github.com/viklund/november.git
$ git clone git://github.com/masak/html-template.git
$ export RAKUDO_DIR=$PARROT_DIR/languages/rakudo
$ export PERL6LIB=$RAKUDO_DIR:/tmp/november/lib:/tmp/html-template/lib
$ cd html-template/
$ perl Makefile.PL
$ make
$ cd ../november/
$ perl Makefile.PL
$ make

The package installer 'proto' (at <http://github.com/masak/proto>) does all of
the above for you automatically:

$ ./proto install november # installs Rakudo/Parrot, November & all its deps

REPOSITORY LAYOUT
-----------------

Expand Down

0 comments on commit 5cf6bc1

Please sign in to comment.