Skip to content

Commit

Permalink
Detailed prerequisites (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Nov 23, 2024
1 parent 20fb982 commit 9becfb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ let package = Package(
## Building
Prerequisites:

- A Windows OS (building on other platforms should be possible but is untested)
- A Swift toolchain, version 5.8 or above
- Visual Studio (any edition) with the C++ Workload
- A Windows SDK (comes with Visual Studio)
- CMake and ninja (comes with Visual Studio, or use `winget install Kitware.CMake Ninja-build.Ninja`)
- Windows 10 or above (building on other platforms should be possible but is untested)
- A Swift toolchain, version 5.8 or above (`winget install --id Swift.Toolchain`)
- Visual Studio (any edition) with the Desktop C++ Workload (`winget install --id Microsoft.VisualStudio.2022.Community --override "--quiet --add Microsoft.VisualStudio.Workload.NativeDesktop"`)
- A Windows SDK (comes with Visual Studio, or use `winget install --id Microsoft.WindowsSDK.10.0.22000`)
- CMake and ninja (comes with Visual Studio, or use `winget install --id Kitware.CMake` and `winget install --id Ninja-build.Ninja`)

### In Visual Studio Code
Open Visual Studio Code from a `x64 Native Tools Command Prompt for VS 2022` and use standard IDE commands for building (<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>B</kbd>).
Expand Down

0 comments on commit 9becfb1

Please sign in to comment.