Re: [GNC] Build in docker, how to install on different laptop

2021-12-27 Thread Hajo Hindriks
Sounds like he is using docker to build a 20.04 LTS container (matching his target OS), so that he might be able to "ninja install" in the container, and obtain code that could be installed outside of docker. docker here is being used for a backport environment. I'm not a gnucash developer, but g

Re: [GNC] Build in docker, how to install on different laptop

2021-12-26 Thread Liz Dodd
On Thu, 23 Dec 2021 14:53:37 +0100 Hajo Hindriks wrote: > Do I need > to investigate how to create a deb file? There's a package called checkinstall which does that. I have no understanding of ninja install. It may have an option to do that. ___ gnuc

Re: [GNC] Build in docker, how to install on different laptop

2021-12-23 Thread Justin
On 12/23/21 12:54 PM, john wrote: On Dec 23, 2021, at 5:53 AM, Hajo Hindriks wrote: I have an older laptop running ubuntu 20.04 LTS, I want to update gnucash on it without installing all the build tools and dependencies and I don't want to use flatpack either. So I used a docker container based

Re: [GNC] Build in docker, how to install on different laptop

2021-12-23 Thread john
> On Dec 23, 2021, at 5:53 AM, Hajo Hindriks wrote: > > I have an older laptop running ubuntu 20.04 LTS, I want to update > gnucash on it without installing all the build tools and dependencies > and I don't want to use flatpack either. So I used a docker container > based on 20.04 LTS to buil

[GNC] Build in docker, how to install on different laptop

2021-12-23 Thread Hajo Hindriks
I have an older laptop running ubuntu 20.04 LTS, I want to update gnucash on it without installing all the build tools and dependencies and I don't want to use flatpack either. So I used a docker container based on 20.04 LTS to build the tag 4.9. So far so good, but I don't know how to install to