mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Merge pull request #639 from tdewey-rpi/qml
Add lzma dependencies to instructions
This commit is contained in:
commit
aba3ccd794
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ For the embedded (netboot) build see also "embedded/legal-info" for more informa
|
|||
Install the build dependencies:
|
||||
|
||||
```
|
||||
sudo apt install --no-install-recommends build-essential devscripts debhelper cmake git libarchive-dev libcurl4-gnutls-dev \
|
||||
sudo apt install --no-install-recommends build-essential devscripts debhelper cmake git libarchive-dev libcurl4-gnutls-dev liblzma-dev \
|
||||
qtbase5-dev qtbase5-dev-tools qtdeclarative5-dev libqt5svg5-dev qttools5-dev libgnutls28-dev \
|
||||
qml-module-qtquick2 qml-module-qtquick-controls2 qml-module-qtquick-layouts qml-module-qtquick-templates2 qml-module-qtquick-window2 qml-module-qtgraphicaleffects
|
||||
```
|
||||
|
@ -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