Skip to content

Installation

Saif Ahmed edited this page Dec 7, 2022 · 2 revisions

Manual Install

  • 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, or tar -xvf archive.tar.gz in Linux
  • cd into the extracted package directory
  • Build the package using standard commands – in Windows use gmake instead of make
   perl Makefile.PL
   make
   make test
   make install

Install from CPAN

Install using standard tools e.g. cpanm Term::Graille if you have cpanminus