Difference between revisions of "PERL: Compile Dari Source"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 10: | Line 10: | ||
make install | make install | ||
− | Kalau make test tidak 100% berhasil kita bisa mengevaluasi menggunakan | + | Kalau 'make test' tidak 100% berhasil kita bisa mengevaluasi menggunakan |
export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness | export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness |
Latest revision as of 17:09, 12 February 2012
Lakukan
wget http://www.cpan.org/src/5.0/perl-5.14.2.tar.gz tar zxvf perl-5.14.2.tar.gz cd perl-5.14.2 ./Configure -des # ./Configure -des -Dprefix=$HOME/localperl make make test make install
Kalau 'make test' tidak 100% berhasil kita bisa mengevaluasi menggunakan
export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
Untuk instalasi
make install