Open Design and Integration Environment

Installing Odie - Mac OSX
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

Back to Installing Odie

While I would like to completely automate the process, at this point it's easier to explain the steps and have you follow along. The goal is to install ODIE to it's own directory from which all applications and packages can refer to it.

cd ~/odie/sandbox
./configure --prefix=$HOME/odie
make install

This will download, build, and install Tcl, Tk, sqlite, tcllib, tklib, and a ready-to-go toadkit to your ~/odie directory.

For mutli-user systems, I recommend using /opt/odie as opposed to /opt/local. /opt/local is where MacPorts loves to write, and as Ports is Tcl based, you could get some very strange and random interactions between the ports system and Odie.

For more see Sample Zipkit Project