Skip to content

Commit

Permalink
Bump MSVC from 2019 to 2022
Browse files Browse the repository at this point in the history
The Skia binaries on Windows are built against the 2022 runtime, so
when linking the app we also need to provide that.
  • Loading branch information
tronical committed Sep 22, 2022
1 parent fd80a84 commit ab338cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For Linux a few additional packages beyond the usual build essentials are needed

### Windows

- Make sure the MSVC Build Tools are installed: `winget install Microsoft.VisualStudio.2019.BuildTools`
- Make sure the MSVC Build Tools are installed: `winget install Microsoft.VisualStudio.2022.BuildTools`
- (optional) make sure Qt is installed and `qmake` is in the `Path`

### NodeJS API (optional)
Expand Down

0 comments on commit ab338cc

Please sign in to comment.