Fixing windows 10 build
This commit is contained in:
parent
16532d1284
commit
55edc97d47
15 changed files with 1140 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue