Difference between revisions of "XML::Twig"

From CBLFS
Jump to navigationJump to search
 
Line 13: Line 13:
 
Compile the package:
 
Compile the package:
  
  perl Makefile.PL &&
+
  yes | perl Makefile.PL &&
 
  make &&
 
  make &&
 
  make test
 
  make test
Line 27: Line 27:
 
Compile the package:
 
Compile the package:
  
  USE_ARCH=32 perl Makefile.PL &&
+
  yes | USE_ARCH=32 perl Makefile.PL &&
 
  make &&
 
  make &&
 
  make test
 
  make test
Line 39: Line 39:
 
Compile the package:
 
Compile the package:
  
  USE_ARCH=n32 perl Makefile.PL &&
+
  yes | USE_ARCH=n32 perl Makefile.PL &&
 
  make &&
 
  make &&
 
  make test
 
  make test
Line 51: Line 51:
 
Compile the package:
 
Compile the package:
  
  USE_ARCH=64 perl Makefile.PL &&
+
  yes | USE_ARCH=64 perl Makefile.PL &&
 
  make &&
 
  make &&
 
  make test
 
  make test

Revision as of 10:52, 21 October 2006

Download Source: http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-3.26.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