Quote:
Originally Posted by wallcraft
I have no idea if I am installing Perl on Windows optimally, but so far I have had to manually find nearly every package used by the scripts. I am using ActivePerl and its package manager, which needs the name of the package to install it.
|
On unix system I do "perl -MCPAN -e shell" and then search for packages with "i GD" or "i /GD/" which give me that "install GD" should work. But it is a good suggestion to document exactly what extra packages are needed. I will do that.