mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
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:
parent
4c91f7c7e5
commit
19af037cd4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue