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 (<igmerti....@gmail.com>), 27. detsember 2019 kell 12:34:

> 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/projects/darktable/build" --target install --
> -j6
>
> Will the installation be done at ./sandbox/darktable or still at
> /opt/darktable?
> Does I have to provide an additional parameter?
>
> Sorry for this newbie question, but I couldn't find the right information
> in the wiki or the dev mailing list.
>
> Regards and thanks in advance
> igmerti
>
> ___________________________________________________________________________
> darktable developer mailing list to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
>

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

Reply via email to