diff --git a/Build-Windows.md b/Build-Windows.md index 76cfd2b..3a2fc5d 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -24,7 +24,7 @@ Download https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.1/wxWidge Navigate to C:\MSVCDev\wxWidgets-3.1.1\build\msw\ (or wherever you extracted) and open wx_vc15.sln. Choose `Release` and `x64` for the build configuration and "Build Solution". All *should* compile successfully and you can close the project. -This configuration effectively builds wxWidgets as static library, later linked to CubicSDR. +This configuration effectively builds wxWidgets as a static library, later linked with CubicSDR. # Install CMake: