> > 
> >  ...
> >  
> > If you have installed guile, you already have a complete Scheme 
> > system.  That's what guile is - a Scheme interpreter designed for 
> > easy embedding in other programs. 
> 
> Ok.  Thanks.
> 
> > slib works fine with guile.  As well as the slib documentation, you 
> > should check the guile-ref info file for information about setting up 
> > slib to work with guile. 
> 
> The guile tarball I got has no such file and the slib docs don't say anything
> about guile.  Given that all I want to do is run gnucash and don't
> particularly care about doing anything fancy with guile/slib, can I just
> copy the scm files someplace where guile will find them? or do I need to
> take other unspecified steps for which there is no documentation?

In my dist, slib is installed in /usr/share/slib.
There is a symbolic link named 'slib' in /usr/share/guile
(where my guile is installed) to /usr/share/slib.

Also, I have an environment variable defined

SCHEME_LIBRARY_PATH=/usr/share/slib/
export SCHEME_LIBRARY_PATH

good luck,
dave

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to