docs: list cabextract as a prerequisite for --with-dxsdk

This commit is contained in:
Cheviiot
2026-07-25 15:44:36 +10:00
parent 25f751e874
commit bdea270d71
+3 -1
View File
@@ -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