Re: [darktable-user] dt from repo / build

2022-08-17 Thread Jean-Luc

Le 17/08/2022 à 18:36, William Ferguson a écrit :



On Wed, Aug 17, 2022 at 10:15 AM Jean-Luc 
 wrote:


Hello,

And sorry for that maybe stupid questions, but...
I currently run dt from repos, and all works fine though some
stuff is not installed (especially tools like noise, profiling, etc.).
On a second machine (not the one I use for processing my photos
!), I compiled it using the instructions on those pages

.
However, it seems that some files are not at the same places that
those intalled from repos. Maybe it is something normal.
My questions:

 1. is it possible (and safe ?) to force the installation in the
exact same location that the offical packages ? How ?

You can do it.  I would remove the official packages first.  When you 
build specify /usr as the installation prefix


1.


 2. I found there is no stable branch, just master and numbered.

master is the current branch that all changes are merged to.  There is 
no stable branch since darktable is not a rolling release.

releases are tagged so that they can be checked out and built.

 1. If I type
git clone --branch latest --recurse-submodules --depth 1
https://github.com/darktable-org/darktable.git
it will fail, however
git clone --branch master --recurse-submodules --depth 1
https://github.com/darktable-org/darktable.git
will work. No possibility to get something else than master ?

git checkout release-4.0.0
git submodule update

This checks out the versions of the submodules used to build release-4.0

 1. In the same kind of things, a little further one can find
git checkout tags/release-4.0.0
which seems to only work with numbering, even master is not
recognized ('tags/release-master' does not correspond to any
file known by git [translated from french]).
What does this deserve ?

git checkout master takes you back to master.  Just do a git submodule 
update after you change back.


Sorry for all those questions, but I am trying to understand how
things work for this project, as it seems the commuters differ
slightly from others.

Thanks,

J.-Luc



darktable user mailing list to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org



Bill

 
darktable user mailing list to unsubscribe send a mail to 
darktable-user+unsubscr...@lists.darktable.org

Thanks, Bill. 
I think (I hope...) I understand.

Rgrds,

J.-Luc


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] dt from repo / build

2022-08-17 Thread William Ferguson
On Wed, Aug 17, 2022 at 10:15 AM Jean-Luc 
wrote:

> Hello,
> And sorry for that maybe stupid questions, but...
> I currently run dt from repos, and all works fine though some stuff is not
> installed (especially tools like noise, profiling, etc.).
> On a second machine (not the one I use for processing my photos !), I
> compiled it using the instructions on those pages
> 
> .
> However, it seems that some files are not at the same places that those
> intalled from repos. Maybe it is something normal.
> My questions:
>
>1. is it possible (and safe ?) to force the installation in the exact
>same location that the offical packages ? How ?
>
> You can do it.  I would remove the official packages first.  When you
build specify /usr as the installation prefix

>
>1.
>2. I found there is no stable branch, just master and numbered.
>
> master is the current branch that all changes are merged to.  There is no
stable branch since darktable is not a rolling release.
releases are tagged so that they can be checked out and built.

>
>1. If I type
>git clone --branch latest --recurse-submodules --depth 1
>https://github.com/darktable-org/darktable.git
>it will fail, however
>git clone --branch master --recurse-submodules --depth 1
>https://github.com/darktable-org/darktable.git
>will work. No possibility to get something else than master ?
>
> git checkout release-4.0.0
git submodule update

This checks out the versions of the submodules used to build release-4.0

>
>1. In the same kind of things, a little further one can find
>git checkout tags/release-4.0.0
>which seems to only work with numbering, even master is not recognized
>('tags/release-master' does not correspond to any file known by git
>[translated from french]).
>What does this deserve ?
>
> git checkout master takes you back to master.  Just do a git submodule
update after you change back.

>
>
> Sorry for all those questions, but I am trying to understand how things
> work for this project, as it seems the commuters differ slightly from
> others.
>
> Thanks,
>
> J.-Luc
>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>

Bill


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

[darktable-user] dt from repo / build

2022-08-17 Thread Jean-Luc

Hello,

And sorry for that maybe stupid questions, but...
I currently run dt from repos, and all works fine though some stuff is 
not installed (especially tools like noise, profiling, etc.).
On a second machine (not the one I use for processing my photos !), I 
compiled it using the instructions on those pages 
.
However, it seems that some files are not at the same places that those 
intalled from repos. Maybe it is something normal.

My questions:

1. is it possible (and safe ?) to force the installation in the exact
   same location that the offical packages ? How ?
2. I found there is no stable branch, just master and numbered.
   If I type
   git clone --branch latest --recurse-submodules --depth 1
   https://github.com/darktable-org/darktable.git
   it will fail, however
   git clone --branch master --recurse-submodules --depth 1
   https://github.com/darktable-org/darktable.git
   will work. No possibility to get something else than master ?
3. In the same kind of things, a little further one can find
   git checkout tags/release-4.0.0
   which seems to only work with numbering, even master is not
   recognized ('tags/release-master' does not correspond to any file
   known by git [translated from french]).
   What does this deserve ?

Sorry for all those questions, but I am trying to understand how things 
work for this project, as it seems the commuters differ slightly from 
others.


Thanks,

J.-Luc


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org