Skip to content

Commit

Permalink
windows install w/ bash
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 9, 2024
1 parent 469301d commit 3b8a4e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,15 @@ jobs:
tar jxf wxWidgets-3.2.3.tar.bz2
- name: Install wxWidgets
shell: bash
run: |
cd wxWidgets-3.2.3
msbuild build/msw/wx_vc17.sln /t:Build /p:Configuration=Release
mkdir build
cd build
../configure --prefix=${WXMSW3}/install --enable-stl=yes --enable-shared=no --disable-debug_flag --with-cocoa --enable-universal_binary=x86_64,arm64 --enable-unicode --enable-webview --disable-mediactrl --with-cxx=11 --with-macosx-version-min=10.15 --with-libjpeg=builtin --with-libpng=builtin --with-regex=builtin --with-libtiff=builtin --with-zlib=builtin --with-expat=builtin
make
make install
# msbuild build/msw/wx_vc17.sln /t:Build /p:Configuration=Release
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 3b8a4e9

Please sign in to comment.