Op woensdag 13 november 2019 05:28:30 CET schreef Stephen M. Butler: Your commands below still seem to be odd or don't match what you really did:
> mkdir gnucash-git > mkdir gnucash-build > mkdir gnucash-build/v3.7 > > cd gnucash-git > git clone https://github.com/Gnucash/gnucash.git maint This will create a directory named maint inside gnucash.git. Inside that directory you will have a clone of the gnucash github repo. It will have the maint branch checked out, but that's only because it's the default branch in the github repo. > git checkout maint I would expect this to fail as you're still in the gnucash.git directory and you didn't clone anything here. Or your did a "cd maint" which you forgot to mention here. > git worktree add ../v3.7 3.7 Assuming you're in maint that does indeed add an additional worktree. > cd ../../gnucash-build/v3.7 > cmake --WITH_PYTHON=ON -DCMAKE_BUILD_TYPE=Release ../../gnucash-git/v3.7 > make dist Regards, Geert _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel