Development primer?
Christian Stimming
christian at cstimming.de
Thu May 16 05:06:50 EDT 2013
Am Montag, 13. Mai 2013, 17:35:01 schrieb Allen S. Rout:
> ... Now, what I'm doing is
>
> make
> cd src/bin
> ./gnucash
>
> ... Is there some reason I should expect this to fail? I can remove the
> system gnucash, and install this in my homedir, if that'll be necessary
> for development work.
I think running from the build dir doesn't quite work, unfortunately. However,
you don't have to uninstall the system's gnucash. But you should let the newly
compiled one be installed somewhere, such as
./configure --prefix=$HOME/testgnucash
and then
make
make install
cd $HOME/testgnucash/bin
./gnucash
Regards,
Christian
More information about the gnucash-devel
mailing list