in case you didn’t read the other threads where i mentioned this.
Here [1] you can find a binary build of ScGraph that should run on OS X 10.4 and 10.5.. For quick install and usage notes, see the other ScGraph threads on the -dev list 😉 In case that this tarball doesn’t work, try this one [2].
[1] http://tapas.affenbande.org/scgraph_osx_10.4_12.12.2008.tgz
[2] http://tapas.affenbande.org/scgraph_osx_10.4.tgz
If you are interested in ScGraph, please let me know how well this does or does not work for you, so i can pimp the build before doing a real release (including documentation, etc..)..
Regards,
Flo
** this is on the other email
It is not your usual app bundle. Here’s the quick running README [conjured
from thin air right in this moment]:
– Install the Qt Mac OS X SDK dmg [1] – 117 meg or so
– open a Terminal
– do [assuming you have scgraph_osx.tgz downloaded to your desktop]:
tar xzf ./Desktop/scgraph_osx.tgz
cd scgraph
export SCGRAPH_SC_PLUGIN_PATH=/path/to/your/SuperCollider/Plugins
export SCGRAPH_PLUGIN_PATH=./lib/scgraph/plugins
./bin/scgraph
If you get any error messages that look suspicious, run
./bin/scgraph -vvv
and send me the output. If above procedure fails totally, send me the log of
your terminal session.. Keep Marije’s previously given advice in mind, that
some classes in a current SC svn build need to be adapted to work with
ScGraph. My SC build is some months old [maybe 10s of months ;)]
==
From another users’s post:
==
then i downloaded florian’s scgraph release below and added the
classes in share to sc’s extensions folder.
cd into scgraph and start with ./bin/scgraph
==