Created
March 20, 2009 09:36
-
-
Save masak/82301 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment