From fd18d18100530e502f8d378758b8bbbbdf50cf8c Mon Sep 17 00:00:00 2001 From: Twig6943 <119701717+Twig6943@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:38:36 +0300 Subject: [PATCH] Update COMPILE.md --- COMPILE.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/COMPILE.md b/COMPILE.md index 69655ebca..4b0439645 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -46,7 +46,20 @@ Notes: ## Building on Linux -In order to build on linux you'll need git cmake & wine once you've installed those you can run this after cloning the repository which will build via [msvc-wine](https://github.com/mstorsjo/msvc-wine) +In order to build on linux you'll need the following dependencies (These pkg names are for arch): + +``` +git +cmake +extra-cmake-modules +python +wine +msitools +ca-certificates +libwbclient +``` + +Once you've installed those you can run this after cloning the repository which will build via [msvc-wine](https://github.com/mstorsjo/msvc-wine) ```sh export WINE=$(command -v wine64 || command -v wine || false)