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 -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/opt/darktable ../.
cmake --build .
cmake --install .

Greetings from Germany
Christian

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to