[darktable-user] Running Git version and stable together

2016-06-16 Thread Edward Kamau
Is it possible to run the development version of dt alongside the current stable release? darktable user mailing list to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Running Git version and stable together

2016-06-16 Thread johannes hanika
hi, it's kind of possible. in a sense that dt will not crash, all rpaths should be relative and the plugins should only be loaded for the correct version (if you install one to /usr and the other to /opt/darktable, say). note, however, that the library and processing stacks are not backward compa

Re: [darktable-user] Running Git version and stable together

2016-06-16 Thread Chris Siebenmann
> Is it possible to run the development version of dt alongside the > current stable release? It is physically possible if you have them installed to different paths. For example, if you install your OS's packaging of the stable version of darktable, which probably goes in /usr, and then compile