From b8fd6e0203befa735deb29aad7dfe613f84025a7 Mon Sep 17 00:00:00 2001 From: Don Kackman Date: Fri, 2 Jan 2026 15:15:02 -0600 Subject: [PATCH] Add Windows build process instructions Added Windows build instructions to README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0a7482b9f..d82cb8b55 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,14 @@ Install the frontend dependencies: pnpm install ``` +#### Windows + +The build process on Windows requires CMake, Clang and NASM installed. + +```powershell +choco install cmake llvm nasm +``` + ### Starting the app You can run the app with: