mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[docker] wine is not required to build Windows version of elinks
This commit is contained in:
parent
3e2092db84
commit
4da1928109
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user