SGMLS

From CBLFS
Revision as of 09:13, 3 September 2006 by Jciccone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-1.03ii.tar.gz

Non-Multilib

Compile the module:

perl Makefile.PL &&
make &&
make test

Install the package

make install

Multilib

32Bit

Compile the module:

USE_ARCH=32 perl Makefile.PL &&
make &&
make test

Install the package

make install

N32

Compile the module:

USE_ARCH=n32 perl Makefile.PL &&
make &&
make test

Install the package

make install

64Bit

Compile the module:

USE_ARCH=64 perl Makefile.PL &&
make &&
make test

Install the package

make install