Binaries for OSX

See attachments at the bottom of this page for pre-built Mac OSX binaries.

  • Download the file corresponding to your system (ppc or intel).
  • Double-click the .dmg file to mount this virtual disk on your Desktop and copy iplt.app to your Applications directory (preferably).
  • If you wish to use iplt from the Terminal, it is convenient to setup the executable path accordingly. Add the following lines to your startup-files:

.bash_login or .bash_profile for bash users

export PATH=$PATH:/Applications/iplt.app/Contents/MacOS
export IPLT_ROOT=/Applications/iplt.app/Contents

.login for (t)csh users

setenv PATH ${PATH}:/Applications/iplt.app/Contents/MacOS
setenv IPLT_ROOT /Applications/iplt.app/Contents

NOTE: On MacOS X, the Command-key (Apple-key) is used as a key/mouse modifier instead of the Control-key.


back to installation instructions

Attachments