Update Installation_Linux/Rocky/Install.bsh

This commit is contained in:
Thierry
2025-10-22 20:32:40 +00:00
parent d93113c12d
commit 565789c019

View File

@@ -106,12 +106,30 @@ git clone --recurse-submodules --depth 1 https://github.com/darktable-org/darkta
cd darktable cd darktable
git fetch --tags git fetch --tags
git checkout tags/release-5.2.1 git checkout tags/release-5.2.1
git submodule update --init git submodule update --init
sudo dnf install -y cmake glib2-devel gtk3-devel openexr-devel gphoto2-devel libjxl-devel libavif-devel libheif-devel llvm
git clone https://github.com/lensfun/lensfun.git
cd lensfun
mkdir build
cd build
cmake ..
make
sudo make install
./build.sh --prefix /opt/darktable --build-type Release --install --sudo ./build.sh --prefix /opt/darktable --build-type Release --install --sudo
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
##########
# Owncloud
##########
sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_41/repodata/repomd.xml.key
sudo dnf config-manager --add-repo https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_41/owncloud-client.repo
sudo dnf clean all
sudo dnf install owncloud-client
sudo dnf upgrade owncloud-client
########## ##########
# Flatpak # Flatpak
@@ -126,4 +144,5 @@ sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flat
SOURCES : 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/