Install the VI Perl Toolkit on OS X: Difference between revisions

no edit summary
m (Added more steps on the MacPorts way of doing this.. Its so much smoother to use MacPorts...)
No edit summary
Line 121: Line 121:
  sudo port install p5-soap-lite
  sudo port install p5-soap-lite
Finally UUID
Finally UUID
sudo port install p5-uuid


Now as I said it pulled in its own perl environment... so it turns out that we need to add another module which is missing.
sudo part install p5-xml-libxml


 
Woww this was quick and we can now get back to installing the VI Perl Toolkit


== Install VI Perl Toolkit ==
== Install VI Perl Toolkit ==
Now go back to the folder where you unpacked the VI Perl Toolkit:  
Now go back to the folder where you unpacked the VI Perl Toolkit:  
 
For CPAN:
  perl MakeFile.pl
  perl MakeFile.pl
  Warning: prerequisite UUID 0.03 not found. We have 0.020.
  Warning: prerequisite UUID 0.03 not found. We have 0.020.
  Writing Makefile for VIPerlToolkit
  Writing Makefile for VIPerlToolkit
For MacPorts:
/opt/local/bin/perl MakeFile.pl


That UUID is not yet version 0.03 seems to be OK
That UUID is not yet version 0.03 seems to be OK
1,274

edits