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.
This commit is contained in:
Tom Dewey 2023-10-03 10:00:13 +01:00 committed by Tom Dewey tom.dewey@raspberrypi.com
parent 4c91f7c7e5
commit 19af037cd4

View file

@ -65,7 +65,7 @@ If udisks2 is not functional on your Linux distribution, you can alternatively s
Install the build dependencies: 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 #### Get the source