mirror of
https://github.com/Cheviiot/Vintner.git
synced 2026-08-03 15:57:24 +00:00
docs: list cabextract as a prerequisite for --with-dxsdk
This commit is contained in:
@@ -76,11 +76,13 @@ as package dependencies.
|
|||||||
- `msitools` (`msiextract`) — unpacks the `.msi` payloads MSVC/WinSDK ship as.
|
- `msitools` (`msiextract`) — unpacks the `.msi` payloads MSVC/WinSDK ship as.
|
||||||
- `git` — applies the compatibility patches bundled with `download` (see
|
- `git` — applies the compatibility patches bundled with `download` (see
|
||||||
[Compatibility patches](#compatibility-patches)).
|
[Compatibility patches](#compatibility-patches)).
|
||||||
|
- `cabextract` — only needed for `download --with-dxsdk` (see
|
||||||
|
[Building against D3DX9](#building-against-d3dx9-directx-sdk)).
|
||||||
|
|
||||||
On ALT Linux:
|
On ALT Linux:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pkcon install wine msitools git
|
pkcon install wine msitools git cabextract
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|||||||
Reference in New Issue
Block a user