SGMLS
From CBLFS
Jump to navigationJump to searchDownload Source: | http://cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-1.03ii.tar.gz |
---|
Contents
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