For those who want to install perl-X10

Add any particular hints or tricks you have found to help with your ZoneMinder experience.
Post Reply
paguira
Posts: 7
Joined: Tue Jul 08, 2008 3:25 pm

For those who want to install perl-X10

Post 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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Or:

Code: Select all

perl -MCPAN -eshell
install X10::ActiveHome
exit
Post Reply