Difference between revisions of "Related Programs"

From Wiki
Jump to navigation Jump to search
m (link fixed)
Line 4: Line 4:
 
* [[Font Tools]] (see also [[Fonts]])
 
* [[Font Tools]] (see also [[Fonts]])
 
* [[TeX Distributions]]
 
* [[TeX Distributions]]
 +
 +
== Ruby and Perl ==
 +
 +
* http://www.activestate.com/Products/ActivePerl/
 +
* http://www.ruby-lang.org or http://rubyinstaller.rubyforge.org
 +
 +
You can download ActivePerl [http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl here] and Ruby [http://rubyinstaller.rubyforge.org/wiki/wiki.pl here] (automatic installation) or [http://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ here] (you need to extract files from zip and add ruby to PATH).
 +
 +
After installing check if these work OK:
 +
perl --version
 +
ruby --version

Revision as of 20:35, 18 December 2010

< Main Page

Ruby and Perl

You can download ActivePerl here and Ruby here (automatic installation) or here (you need to extract files from zip and add ruby to PATH).

After installing check if these work OK:

perl --version
ruby --version