From 19af037cd4d4fa552e5b60311f26e6dd81cbebd7 Mon Sep 17 00:00:00 2001 From: Tom Dewey <146750643+tdewey-rpi@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:00:13 +0100 Subject: [PATCH] Add lzma-sdk-devel to Fedora instructions The find_package in the root CMakeLists doesn't descriminate between Ubuntu/Debian and Fedora, so the check for LibLZMA will be applied on Fedora too. So update the instructions for Fedora to include the liblzma-sdk-devel package, which should satisfy CMake. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25fbc12..525cb00 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ If udisks2 is not functional on your Linux distribution, you can alternatively s Install the build dependencies: ``` -sudo yum install git gcc gcc-c++ make cmake libarchive-devel libcurl-devel openssl-devel qt5-qtbase-devel qt5-qtquickcontrols2-devel qt5-qtsvg-devel qt5-linguist +sudo yum install git gcc gcc-c++ make cmake libarchive-devel libcurl-devel lzma-sdk-devel openssl-devel qt5-qtbase-devel qt5-qtquickcontrols2-devel qt5-qtsvg-devel qt5-linguist ``` #### Get the source