Skip to content

Commit

Permalink
fix dependency information
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Schmidt committed Sep 6, 2011
1 parent 8e2269a commit 2658b02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion META.info
Expand Up @@ -2,7 +2,7 @@
"name" : "November",
"version" : "*",
"description" : "A wiki engine written in Perl 6",
"depends" : ["HTML::Template"],
"depends" : ["HTML::Template" , "Digest::MD5", "URI" ],
"repo-type" : "git",
"repo-url" : "git://github.com/viklund/november.git"
}
8 changes: 4 additions & 4 deletions README
Expand Up @@ -32,16 +32,16 @@ See instructions on the Rakudo web site:

<http://rakudo.org/how-to-get-rakudo>

You'll also need the projects listed in deps.proto, presently only
HTML::Template. It is preferrable to build HTML::Template before building
November.
You'll also need the projects listed in META.info including HTML::Template,
Digest::MD5, and URI. 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
$ export PERL6LIB=$RAKUDO_DIR:/tmp/november/lib:/tmp/html-template/lib:/tmp/perl6-digest-md5/lib/:/tmp/uri/lib
$ cd html-template/
$ perl Makefile.PL
$ make
Expand Down

0 comments on commit 2658b02

Please sign in to comment.