a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
thundara  ·  4330 days ago  ·  link  ·    ·  parent  ·  post: Calling all Unix/OS X Gurus!

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:

    $ which gcc && cd ~/Downloads && tar xvfz savi1.4.5-release.tar.gz && cd savi1.4.5 && make ARCH=macosx

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.