Chilkat Perl Modules for Windows
|
The download contains the following files:
license.txt Makefile.PL MANIFEST META.yml README lib/chilkat.pm lib/chilkat.dll
2. Unzip to any Directory
3. Verify your Perl Version
Make sure the version of Perl matches the version you downloaded (5.18, 5.20, 5.22, 5.24, etc.).
Run the following command to display the Perl version.
perl -version
4. Build and Install
In the newly-created directory, in a DOS or Powershell window, type:
perl Makefile.PL dmake dmake install
If you get a "DMAKE WARNING" that says "use gmake.exe instead", then use gmake:
perl Makefile.PL gmake gmake install
5. Problems?
Is the dmake command not recognized? If so, follow these steps.
- Download a portable .zip Perl from http://strawberryperl.com/releases.html
- Unzip to any directory. For example, I downloaded the 64-bit Perl 5.24 version
and unzipped to C:\Perl\strawberry-perl-5.24.4.1-64bit-portable - Add the c/bin and perl/bin directories to your Windows PATH environment variable.
For example: C:\Perl\strawberry-perl-5.24.4.1-64bit-portable\c\bin and C:\Perl\strawberry-perl-5.24.4.1-64bit-portable\perl\bin - Start a new DOS command prompt to get the new PATH. You should now have "dmake".