From 7854a73b161f7153c26adf20f247ddfb461e2b64 Mon Sep 17 00:00:00 2001 From: Thierry Date: Sun, 26 Oct 2025 23:41:51 +0100 Subject: [PATCH] Update Install.bsh --- Installation_Linux/Rocky/Install.bsh | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/Installation_Linux/Rocky/Install.bsh b/Installation_Linux/Rocky/Install.bsh index d60d43a..4a0217f 100644 --- a/Installation_Linux/Rocky/Install.bsh +++ b/Installation_Linux/Rocky/Install.bsh @@ -121,6 +121,30 @@ sudo make install ln -s /opt/darktable/share/applications/org.darktable.darktable.desktop /usr/share/applications/org.darktable.darktable.desktop + +wget https://dl.rockylinux.org/pub/rocky/8/Devel/x86_64/os/Packages/l/lensfun-devel-0.3.2-15.el8.x86_64.rpm +wget https://dl.rockylinux.org/pub/rocky/8/Devel/x86_64/os/Packages/l/lensfun-0.3.2-15.el8.x86_64.rpm +sudo rpm -i lensfun-0.3.2-15.el8.x86_64.rpm +sudo rpm -i lensfun-devel-0.3.2-15.el8.x86_64.rpm + + +rm -rf lensfun-0.3.2-15.el8.x86_64.rpm lensfun-devel-0.3.2-15.el8.x86_64.rpm + +Error: Unable to find a match: osm-gps-map-devel libsoup-devel flickcurl-devel openjpeg-devel GraphicsMagick-devel + +sudo dnf install git make cmake gcc-c++ intltool gtk3-devel libxml2-devel librsvg2-devel sqlite-devel libcurl-devel libjpeg-turbo-devel libtiff-devel lcms2-devel json-glib-devel exiv2-devel pugixml-devel libxslt osm-gps-map-devel libsoup-devel libgphoto2-devel OpenEXR-devel libwebp-devel flickcurl-devel openjpeg-devel libsecret-devel GraphicsMagick-devel osm-gps-map-devel colord-devel colord-gtk-devel cups-devel SDL-devel lua-devel + +cd /tmp +git clone https://github.com/darktable-org/darktable.git .darktable_stable/ && cd .darktable_stable/ + +git tag +git checkout release-3.0.0 +git submodule init && git submodule update && ./build.sh –prefix /opt/darktable_stable/ –build-type Release +cmake –build “/tmp/.darktable_stable/build” –target install – -j12 + + + + ########## # Owncloud ########## @@ -163,4 +187,5 @@ SOURCES : https://idroot.us/install-nvidia-drivers-rocky-linux-10/ https://idroot.us/install-calibre-rocky-linux-10/ https://github.com/darktable-org/darktable -https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/download/ \ No newline at end of file +https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/download/ +https://darktable.fr/posts/2020/02/travailler-sur-une-version-compilee-de-darktable/ \ No newline at end of file