Skip to content

Commit 976802b

Browse files
committed
docs: remove PATH requirement for VS Build tools
(not strictly required, caused issues when testing on my machine. Hopefully, this is consistent with other users)
1 parent bd4833e commit 976802b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ This repository includes launch configurations to automatically build and debug
158158
- The [meson editor extension](https://marketplace.visualstudio.com/items?itemName=mesonbuild.mesonbuild)
159159
- Run the provided `Setup Meson` task, found via the command palette -> `Tasks: Run Task`
160160
- Windows:
161-
- [Visual Studio (2022) C++ Build Tools](https://visualstudio.microsoft.com/downloads/?q=build+tools#build-tools-for-visual-studio-2022) [`MSVC v143`], available on the system `PATH`
161+
- [Visual Studio (2022) C++ Build Tools](https://visualstudio.microsoft.com/downloads/?q=build+tools#build-tools-for-visual-studio-2022) (`MSVC v143`)
162162
- The `fmod.dll` library must be copied to the **Data Repository** (as above)
163163
- Linux:
164164
- [All the dependencies listed above](#dependencies)

0 commit comments

Comments
 (0)