Re: Could someone show me how to compile things from github?

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Retro64XYZ via PLUG-discuss
Date:  
To: Stephen Partington via PLUG-discuss
CC: Retro64XYZ
Subject: Re: Could someone show me how to compile things from github?
https://github.com/darktable-org/darktable/releases/download/release-3.6.1/darktable-3.6.1.tar.xz

sudo apt install checkinstall

tar -zxvf darktable-3.6.1.tar.gz

cd darktable-3.6.1

./configure

make

sudo checkinstall


If it fails, you probably need some supporting items. Never do a sudo
make install on a debian or ubuntu based system without using
checkinstall instead. You can automatically roll back or upgrade without
issues if you use checkinstall.

On 10/19/21 09:19, Stephen Partington via PLUG-discuss wrote:
> This one is kind of a project per project evaluation.
> but basic steps are usual git clone the repo, find the makefiles etc,
> build, install.
>
> Each project individually will have a different process.
>
>
> On Tue, Oct 19, 2021 at 8:47 AM Michael via PLUG-discuss
> <> wrote:
>
>     I have never compiled a program from github. Could someone show me
>     how to compile darktable from github?

>
>     -- 
>     :-)~MIKE~(-:
>     ---------------------------------------------------
>     PLUG-discuss mailing list - 
>     To subscribe, unsubscribe, or to change your mail settings:
>     https://lists.phxlinux.org/mailman/listinfo/plug-discuss

>
>
>
> --
> A mouse trap, placed on top of your alarm clock, will prevent you from
> rolling over and going back to sleep after you hit the snooze button.
>
> Stephen
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss