mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
fix: add xz-devel to fedora build dependency installation instructions
Without this, the cmake step fails with "cmake error: could NOT find LibLZMA".
This commit is contained in:
parent
96e6f1162e
commit
b9afcc69bb
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:
|
Install the build dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
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
|
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 xz-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Get the source
|
#### Get the source
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue