1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[docker] wine is not required to build Windows version of elinks

This commit is contained in:
Witold Filipczyk 2023-12-26 13:33:01 +01:00
parent 3e2092db84
commit 4da1928109
6 changed files with 8 additions and 4 deletions

View File

@ -15,10 +15,10 @@ RUN apt-get update && apt-get -y install bash \
RUN apt-get install -y gcc-mingw-w64-i686 g++-mingw-w64-i686
# install wine
RUN dpkg --add-architecture i386
RUN apt-get update
## RUN dpkg --add-architecture i386
## RUN apt-get update
RUN apt-get install -y wine wine32:i386
## RUN apt-get install -y wine wine32:i386
# create user
RUN useradd -m elinks -s /bin/bash

View File

@ -22,6 +22,7 @@ meson setup ~/build --cross-file cross/linux-mingw32.txt \
-Dcss=true \
-Dcombining=false \
-Ddgi=true \
-Ddoc=false \
-Dexmode=true \
-Dfastmem=true \
-Dfsp=false \

View File

@ -20,6 +20,7 @@ meson setup ~/buildjs --cross-file cross/linux-mingw32.txt \
-Dcss=true \
-Dcombining=false \
-Ddgi=true \
-Ddoc=false \
-Dexmode=true \
-Dfastmem=true \
-Dfsp=false \

View File

@ -22,7 +22,7 @@ RUN apt-get install -y apt-src && \
RUN apt-get install -y gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
# install wine
RUN apt-get install -y wine
## RUN apt-get install -y wine
# create user
RUN useradd -m elinks -s /bin/bash

View File

@ -22,6 +22,7 @@ meson setup ~/build --cross-file cross/linux-mingw64.txt \
-Dcss=true \
-Dcombining=false \
-Ddgi=true \
-Ddoc=false \
-Dexmode=true \
-Dfastmem=true \
-Dfsp=false \

View File

@ -20,6 +20,7 @@ meson setup ~/buildjs --cross-file cross/linux-mingw64.txt \
-Dcss=true \
-Dcombining=false \
-Ddgi=true \
-Ddoc=false \
-Dexmode=true \
-Dfastmem=true \
-Dfsp=false \