Re: [darktable-dev] make a dev build

2019-12-27 Thread Mihkel Tõnnov
Hi, Once you've done the git clone, open terminal in that directory. Then: cd build cmake -DCMAKE_INSTALL_PREFIX=/where/you/want/the/dev/build/to/be/ .. && make && make install At least this is how I've done it. Mihkel igmerti (), 27. detsember 2019 kell 12:34: > Hi there > > I want to make a

[darktable-dev] make a dev build

2019-12-27 Thread igmerti
Hi there I want to make a development build and run the development version without overwriting my productive version of darktable. I am not quite sure, how to achieve this. My thoughts: ./build.sh --prefix ./sandbox/darktable But then the build script advises me: cmake --build "/home/igmerti/pr