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

m
no edit summary
No edit summary
mNo edit summary
Line 126: Line 126:
  sudo part install p5-xml-libxml
  sudo part install p5-xml-libxml


Woww this was quick and we can now get back to installing the VI Perl Toolkit
Woww this was quick and we can now get back to installing the VI Perl Toolkit, but first close your terminal as you need to restart that one in order to use the new Perl version installed in /opt/local/bin instead of the default one which is still in /usr/bin


== 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 (On Snow Leopard it is 0.04)
With this version of the toolkit, there are no tests defined for the make file so install it directly:
With this version of the toolkit, there are no tests defined for the make file so install it directly:


Line 162: Line 160:


If you want you can now delete your unpacked setup files and VI Perl tar.gz file.
If you want you can now delete your unpacked setup files and VI Perl tar.gz file.
You may want to keep the makefile around if you later want to uninstall this.


== Uninstall Developer Tools and cleaning up CPAN ==
== Uninstall Developer Tools and cleaning up CPAN ==
1,274

edits