Fixing windows 10 build

This commit is contained in:
Sampo Kivistö 2026-03-07 21:36:34 +02:00
parent 16532d1284
commit 55edc97d47
15 changed files with 1140 additions and 37 deletions

View file

@ -21,6 +21,13 @@ Fast, resource-efficient, fully open source Git GUI written in Rust, targeting G
### Getting started
Windows prerequisites (Windows 10/11):
- Install Visual Studio 2022 (Community or Build Tools).
- Install the `Desktop development with C++` workload.
- Ensure both MSVC tools and Windows 10/11 SDK components are installed.
- This repo configures Cargo to use `scripts/windows/msvc-linker.cmd`, so `cargo build` works from a regular PowerShell/CMD shell when those components are present.
Offline-friendly default build (does not build the UI or the Git backend):
```bash