Page 1 of 1

For those who want to install perl-X10

Posted: Sat Jul 12, 2008 7:06 am
by paguira

Code: Select all

cd /usr/src
wget http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/X10-0.03.tar.gz
tar -xvzf X10-0.03.tar.gz
cd /usr/src/X10-0.03
perl Makefile.PL
make
make install

Posted: Sat Jul 12, 2008 7:34 am
by cordel
Or:

Code: Select all

perl -MCPAN -eshell
install X10::ActiveHome
exit