XML::Twig: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig- | | http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-{{Perl Module XML::Twig-Version}}.tar.gz | ||
|} | |} | ||
Revision as of 15:48, 17 December 2006
Download Source: | http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-3.32.tar.gz |
---|
Dependencies
Non-Multilib
Compile the package:
yes | perl Makefile.PL && make && make test
Install the package
make install
Multilib
32Bit
Compile the package:
yes | USE_ARCH=32 perl Makefile.PL && make && make test
Install the package
make install
N32
Compile the package:
yes | USE_ARCH=n32 perl Makefile.PL && make && make test
Install the package
make install
64Bit
Compile the package:
yes | USE_ARCH=64 perl Makefile.PL && make && make test
Install the package
make install