From e5e37d98788e26b75c6ea3682cbf0281de2d9315 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 30 Jun 2023 17:55:34 +0200 Subject: [PATCH] Add link to the binaries instructions to the release notes Although the release notes themselves partially repeat the information there, the manual is more complete, so still link to it. --- docs/release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release.md b/docs/release.md index 044d34a8ca..32fab2125b 100644 --- a/docs/release.md +++ b/docs/release.md @@ -48,6 +48,8 @@ way to do it is to use the provided `wxwidgets.props` file: for this, open the Sheet..." from the project context menu and browse to this file in the file open dialog. +Please see the [instructions in the manual](https://docs.wxwidgets.org/3.2.0/plat_msw_binaries.html) for more details. + ### For End Users End users may download one of `wxMSW-3.2.0_vcXXX_ReleaseDLL.7z` or `wxMSW-3.2.0_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.