how to programming in scheme?

Josh Sled jsled at asynchronous.org
Thu Apr 20 10:13:56 EDT 2006


[Make sure you CC: the mailing list on ALL replies.]

On Thu, 2006-04-20 at 11:09 -0300, Cristiano wrote:
> > Your best bet is to modify the built sources to install your report
> > along-side the existing installed reports.  You could modify the
> > installed reports directly, as well, but the other option is a bit
> > safer.
> 
> In Linux, where can I find the installed reports? What folder are them?

You could do `locate hello-world.scm` to see directory that file is in,
and it should get you to the right place. If `locate` is not set up,
then `find /usr -type f -name hello-world.scm` should find it.

More precisely, wherever the Makefile `install` rule for the
src/reports/{standard,utility}-reports/ puts them.  But the other way's
probably easier.

-- 
...jsled
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo ${a}@${b}`


More information about the gnucash-user mailing list