Created
April 27, 2010 02:24
-
-
Save keedi/380252 to your computer and use it in GitHub Desktop.
This file contains 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
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