Local libraries
Gerald Champagne
gerald@io.com
Fri, 15 Sep 2000 21:22:31 -0500
>
> If you want to have more than one installation of gnucash, use the
> --prefix argument to ./autogen.sh to specify a different install
> location.
>
> I use
>
> ./autogen.sh --prefix=/opt/gnucash
>
That's basically what I did, except I specified a directory in my
home directory. When you run it the way you described, how do you
let it refer to the /usr/lib/libgncengine library for 1.4.x and
/opt/lib/libgncengine for 1.5.x ? That's the part I don't understand.
Gerald