Skip to content

Instantly share code, notes, and snippets.

@keedi
Created April 27, 2010 02:24
Show Gist options
  • Save keedi/380252 to your computer and use it in GitHub Desktop.
Save keedi/380252 to your computer and use it in GitHub Desktop.
cd /home/keedi/perl5/perlbrew/build;
tar xzf /home/keedi/perl5/perlbrew/dists/perl-5.12.0.tar.gz;
cd /home/keedi/perl5/perlbrew/build/perl-5.12.0;
rm -f config.sh Policy.sh;
sh Configure -de -Dprefix=/home/keedi/perl5/perlbrew/perls/perl-5.12.0 -Dusethreads;
make;
make test && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment