From b237f274fc10d1ad5797a8c87ba877a185f9e157 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sun, 1 Aug 2010 22:15:42 +0200 Subject: [README] be more verbose about not building distributions, unless you are a developer --- build/buildall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/buildall.pl') diff --git a/build/buildall.pl b/build/buildall.pl index 3aa9d8b..55dc9c6 100644 --- a/build/buildall.pl +++ b/build/buildall.pl @@ -51,7 +51,7 @@ $ENV{PERL6LIB} = $proto_lib; chdir 'proto' or die "Can't chdir to 'proto': $!"; # TODO: find a better way to determine which modules to install in this step. # Likely derive from @modules or so. -for (qw(zavolaj xml-writer svg svg-plot)) { +for (qw(zavolaj xml-writer svg svg-plot Math-RungeKutta Math-Model)) { print "Installing $_...\n"; system('perl6', 'proof-of-concept', $_) == 0 or die "Can't run poc $_ ($?): $!"; -- cgit v1.1