Skip to content

Commit

Permalink
build windows: Invocation of wxWidgets build
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe committed Mar 15, 2024
1 parent 299face commit 65484b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ jobs:
- name: Install Dependencies - Windows
if: runner.os == 'windows'
run: |
choco install mingw wxwidgets sqlite make
choco install gnuwin32-m4
choco install --no-progress mingw wxwidgets sqlite make
choco install --no-progress gnuwin32-m4
echo "I: This is where our home is"
pwd
echo "I: Changing to wxWidgets install directory"
cd C:\wxWidgets-3.1.2
pwd
echo "I: Now compiling wxWidgets"
mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 UNICODE=1 BUILD=release mswu
#mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 UNICODE=1 BUILD=release mswu
mingw32-make
- name: Install Dependencies - Linux
if: runner.os == 'linux'
run: |
Expand Down

0 comments on commit 65484b6

Please sign in to comment.