This commit is contained in:
odrling 2019-12-28 22:02:37 +01:00
parent 0de85236c8
commit 94d5baa8e9
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ install:
# Install meson and ninja
- cmd: pip install ninja meson
# download wxWidgets
- cmd: mkdir %WXWIN%
- cmd: chdir %WXWIN%
- cmd: curl -L -o wxWidgets.7z https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxWidgets-3.1.3.7z
- cmd: 7z x wxWidgets.7z