<div dir="ltr">I'll give her a try but first, do I need to uninstall the current version(which I installed with a package manager (pacman). Yes I will modify your instructions to do so with my package manager.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 19, 2021 at 3:15 PM Matt Graham via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Michael via PLUG-discuss wrote:<br>
>> I have never compiled a program from github. Could someone<br>
>> show me how to compile darktable from github?<br>
On 2021-10-19 09:19, Stephen Partington via PLUG-discuss wrote:<br>
> This one is kind of a project per project evaluation.<br>
> but basic steps are usual git clone the repo, find the makefiles<br>
> etc, build, install.<br>
<br>
You should probably not git clone the thing unless you're going to be <br>
contributing to the project.  Downloading the release file (the .tar.xz <br>
file mentioned in the other branch of the thread) will take up less disk <br>
space, and you don't need the history and comments if you're not a <br>
project developer.<br>
<br>
Darktable is in GTK+ and requires Lua, cmake, and I think libxml as <br>
well.  I believe you should start off with "apt-get install lua <br>
gtk-devel cmake" at the very least before doing ./build.sh .  The <br>
build.sh script should check for all dependencies and die if there are <br>
missing headers or libraries.  Install the missing stuff, then try <br>
again, repeat until it works.  I think it puts the resulting binary in <br>
/opt for some reason by default, you may want to fix that with a better <br>
--prefix option to build.sh before running that.<br>
<br>
-- <br>
Crow202 Blog: <a href="http://crow202.org/wordpress" rel="noreferrer" target="_blank">http://crow202.org/wordpress</a><br>
There is no Darkness in Eternity<br>
But only Light too dim for us to see.<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">:-)~MIKE~(-:</span><br></div></div></div></div></div>