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
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