Skip to content

Commit

Permalink
Format readme (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Nov 23, 2024
1 parent 9becfb1 commit 2079017
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ let package = Package(
Prerequisites:

- 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`)
- 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 2079017

Please sign in to comment.