On Thu, Nov 19, 2015 at 11:03 PM, Robert William Hutton
<r...@helms-deep.net> wrote:
>> And is `rm -rf build` correct to get a really completely fresh build?
>
> Yes, that's right.

Be careful with this. You also need to delete whatever is in the
install location (e.g., /opt/darktable). Otherwise if there are files
that are now gone they will still be there and may interfere with the
new install. I've had that bite me during this development cycle.
Because of this my normal build command is now:

$ rm -fr /opt/darktable/* && make -j2 install

Cheers,

Pedro

------------------------------------------------------------------------------
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to