From bdea270d718a4583688d039ed176db804854bfea Mon Sep 17 00:00:00 2001 From: Cheviiot <153805936+Cheviiot@users.noreply.github.com> Date: Sat, 25 Jul 2026 15:44:36 +1000 Subject: [PATCH] docs: list cabextract as a prerequisite for --with-dxsdk --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d37b7..b93ba3b 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,13 @@ as package dependencies. - `msitools` (`msiextract`) — unpacks the `.msi` payloads MSVC/WinSDK ship as. - `git` — applies the compatibility patches bundled with `download` (see [Compatibility patches](#compatibility-patches)). +- `cabextract` — only needed for `download --with-dxsdk` (see + [Building against D3DX9](#building-against-d3dx9-directx-sdk)). On ALT Linux: ```bash -pkcon install wine msitools git +pkcon install wine msitools git cabextract ``` ## Quick start