Skip to content

Commit

Permalink
Update wxWidgets version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 17, 2024
1 parent 233c632 commit 4331c35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get clean

# Build wxwidgets
RUN cd / && \
git clone --depth=1 --shallow-submodules --recurse-submodules -b xlights_2023.11 https://github.com/xLightsSequencer/wxWidgets xlights_2023.11 && \
cd xlights_2023.11 && \
git clone --depth=1 --shallow-submodules --recurse-submodules -b xlights_2024.01 https://github.com/xLightsSequencer/wxWidgets xlights_2024.01 && \
cd xlights_2024.01 && \
./configure --with-cxx=17 --enable-std_containers --enable-std_string_conv_in_wxstring --enable-backtrace --enable-exceptions --enable-mediactrl --enable-graphics_ctx --enable-shared --disable-gtktest --disable-sdltest --with-gtk=3 --disable-pcx --disable-iff --without-libtiff --prefix=/usr && \
make -j 4 && \
make install PREFIX=/usr && \
cd .. && \
rm -rf xlights_2023.11
rm -rf xlights_2024.01

# Build log4cpp
RUN cd / && \
Expand Down

0 comments on commit 4331c35

Please sign in to comment.