Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
Which OS X version are you running? From the instructions, it looks like it's just a matter of making sure gcc is installed (Should come with XCode) and running make. Should just be a matter of running the following: Make will then handle all the steps of locating Tcl/Tk (They should come with the apple dev tools) and compiling / linking SaVi's code with them. I'm also on IRC if you want help with more specific errors.$ which gcc && cd ~/Downloads && tar xvfz savi1.4.5-release.tar.gz && cd savi1.4.5 && make ARCH=macosx