Re: [darktable-dev] Daily Build

2022-06-01 Thread Patrick Shanahan
* Christian [06-01-22 10:31]: > Thanks. > > So it doesn't matter if one uses the build.sh script > or cmake? > > Chris > > Am 24.02.2022 um 14:20 schrieb Patrick Shanahan: > > * Christian [02-24-22 08:04]: > > > Hi, > > > are these the right steps to do a daily build of DT master: > > > > > >

Re: [darktable-dev] Daily Build

2022-06-01 Thread Christian
Thanks. So it doesn't matter if one uses the build.sh script or cmake? Chris Am 24.02.2022 um 14:20 schrieb Patrick Shanahan: * Christian [02-24-22 08:04]: Hi, are these the right steps to do a daily build of DT master: git pull git submodule init (optional) git submodule update (optiona

Re: [darktable-dev] Daily Build

2022-02-24 Thread Patrick Shanahan
* Christian [02-24-22 08:04]: > Hi, > are these the right steps to do a daily build of DT master: > > git pull > > git submodule init (optional) > git submodule update (optional) > > cd build > cmake --build . > cmake --install . > > Or do I have to do a clean re-build: > > rmdir -r build >

[darktable-dev] Daily Build

2022-02-24 Thread Christian
Hi, are these the right steps to do a daily build of DT master: git pull git submodule init (optional) git submodule update (optional) cd build cmake --build . cmake --install . Or do I have to do a clean re-build: rmdir -r build rmdir -r /opt/darktable mkdir build cd build cmake -G Ninja