Hello,
More on the two Git pages (“Git” and “An Introduction to Git”)(Thanks, Geert!).
I notice that “An Introduction to Git” says that there are 2 important
branches: master and maint, whereas “Git” says that there are three: master,
maint, and unstable, with the note that unstable only exists
Op maandag 29 januari 2018 17:42:01 CET schreef David T. via gnucash-devel:
> Hello,
>
> More on the two Git pages (“Git” and “An Introduction to Git”)(Thanks,
> Geert!).
>
> I notice that “An Introduction to Git” says that there are 2 important
> branches: master and maint, whereas “Git” says th
So, the wiki is less than clear on how to do this.
First I tried going through the instructions under Building for Development
beginning with
jhbuild shell
cd $PREFIX/../src/gnucash-2.6.17
But it turned out that there was no path with the prefix $PREFIX/../src
No src directory had yet been crea
To build unstable:
1. Retrieve the latest .jhbuildrc-custom from the gnucash-on-osx repository.
2. Edit ~/.jhbuildrc-custom to comment out the gnucash-stable prefix and
modules and to uncomment the gnucash-unstable ones.
3. Run jhbuild bootstrap
4. Run jhbuild build
If you want a git checkout, u