[CM] How to install snd from cvs correctly ?

Bill Schottstaedt bil@ccrma.Stanford.EDU
Sun, 21 Jan 2007 07:28:59 -0800


> I want to install the results of compiling the cvs snpashot of snd
>  systemwide.
> 
>  How can I accomplish this ? What files go where ? 
> 
>  My tries all end up with "file not found: extensions.scm" (or
>  draw.scm and others) when trying to click on items of the preference
>  dialog. 

oops -- I somehow confused my spec file (for RPM) with the makefile, and all
this time I assumed that the *.scm/fs/rb files would be installed in some
globally accessible directory by 'make install'.  I need to peruse Mike's fth
makefiles to see how to do this correctly -- I assume they should go in 
/usr/local/share/snd?  In the meantime, I think you can fix the preferences
problem by including the CVS sources directory in the load-path.  In Guile,
add (set! %load-path (cons "/path/to/snd" %load-path)) to ~/.snd_guile
or ~/.snd.