Update Install.bsh

This commit is contained in:
Thierry
2025-10-26 23:41:51 +01:00
parent 6db1c66bb1
commit 7854a73b16

View File

@@ -121,6 +121,30 @@ sudo make install
ln -s /opt/darktable/share/applications/org.darktable.darktable.desktop /usr/share/applications/org.darktable.darktable.desktop 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 # Owncloud
########## ##########
@@ -163,4 +187,5 @@ SOURCES :
https://idroot.us/install-nvidia-drivers-rocky-linux-10/ https://idroot.us/install-nvidia-drivers-rocky-linux-10/
https://idroot.us/install-calibre-rocky-linux-10/ https://idroot.us/install-calibre-rocky-linux-10/
https://github.com/darktable-org/darktable https://github.com/darktable-org/darktable
https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/download/ https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/download/
https://darktable.fr/posts/2020/02/travailler-sur-une-version-compilee-de-darktable/