-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Saif Ahmed edited this page Dec 7, 2022
·
2 revisions
- Create a temporary folder/directory and enter it
- Download the *.tar.gz package from CPAN and transfer to this folder
- Extract the bundle Windows:- using a any extraction method you like, or in a terminal window use
ptar -zxf PKG-NAME.tar.gz
in windows, ortar -xvf archive.tar.gz
in Linux - cd into the extracted package directory
- Build the package using standard commands – in Windows use
gmake
instead ofmake
perl Makefile.PL
make
make test
make install
Install using standard tools e.g. cpanm Term::Graille
if you have cpanminus