Skip to content

Commit f217e0e

Browse files
committed
Make it clear that Windows installer doesn't include binaries
People expect that using the installer obviates the need for building wxWidgets, which is not the case.
1 parent 5a69310 commit f217e0e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

downloads/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source_archives:
88
- description: "Windows 7z"
99
prefix: "wxWidgets-"
1010
postfix: ".7z"
11-
- description: "Windows Installer"
11+
- description: "Windows Installer (does <b>not</b> contain binaries)"
1212
prefix: "wxMSW-"
1313
postfix: "-Setup.exe"
1414
- description: "Source for Linux, macOS, etc"
@@ -128,13 +128,16 @@ are available below.
128128
<div class="card-header">Binaries</div>
129129
<div class="card-body">
130130

131+
DLLs for the selected compilers are available, please read
132+
<a href="https://docs.wxwidgets.org/3.2.1/plat_msw_binaries.html">the instructions</a>
133+
explaining how to use them.<br />
134+
135+
<br />
136+
131137
<button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#mswModal{{ release_id }}">
132138
<i class="fab fa-windows fa-fw"></i> Download Windows Binaries
133139
</button> <br/>
134140

135-
wxMSW DLLs for the selected compilers are available.
136-
For more details see <a href="https://docs.wxwidgets.org/3.2.1/plat_msw_binaries.html">here</a><br />
137-
138141
<br />
139142
Thanks to <a href="https://codelite.org/">CodeLite</a> team, binaries for common Linux distributions
140143
are also available, please see <a href="https://docs.codelite.org/wxWidgets/repo320/">the instructions</a>

0 commit comments

Comments
 (0)