vSphere SDK for Perl Source Code Installation on Windows
Some developers prefer a customized installation from source code. This section discusses the installation requirements and the installation process on Windows.
Requirements
Before you install the vSphere SDK for Perl, make sure that the following software is installed on your system:
You can install the required modules and packages using the Perl Package Manager.
Microsoft nmake, which you can obtain from the Microsoft knowledge base article 132084. This tool does not support paths with spaces in them.
Installing the vSphere SDK for Perl from Source Code on Windows
The vSphere SDK for Perl source code package contains a single platform-independent compressed file, available from the SDK download page.
To build the vSphere SDK for Perl
1
2
3
4
cd <download_dir>
5
perl Makefile.PL
The console displays progress.
6
Run nmake at the command prompt:
nmake
nmake install