PERL: Compile Dari Source

From OnnoWiki
Revision as of 10:59, 12 February 2012 by Onnowpurbo (talk | contribs) (New page: Lakukan wget http://www.cpan.org/src/5.0/perl-5.14.2.tar.gz tar -xzf perl-5.14.2.tar.gz cd perl-5.14.2 ./Configure -des -Dprefix=$HOME/localperl make make test make install ==Pra...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Lakukan

wget http://www.cpan.org/src/5.0/perl-5.14.2.tar.gz
tar -xzf perl-5.14.2.tar.gz
cd perl-5.14.2
./Configure -des -Dprefix=$HOME/localperl
make
make test
make install


Pranala Menarik