docker wine32 support added

This commit is contained in:
Egan Ford 2023-05-09 14:02:04 -06:00
parent e6e2c9b15a
commit ced20889ab
9 changed files with 14 additions and 9423 deletions

12
Dockerfile.wine32 Normal file
View File

@ -0,0 +1,12 @@
# docker build --no-cache -t wine32 -f Dockerfile.wine32 .
FROM ubuntu:19.10
ENV LC_CTYPE C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get -qy install wine32
WORKDIR /root
RUN wine foobar || true

View File

@ -31,8 +31,8 @@ Download <https://github.com/datajerk/c2d/archive/master.zip> and extract.
### Build Notes
NOTE: cc65 2.13.3 required (no other version supported)
NOTE: Docker required for `make disttest`
NOTE: cc65 2.13.3 required (no other version supported)
NOTE: Docker required for `make disttest`; run this once first `docker build --no-cache -t wine32 -f Dockerfile.wine32 .`
Unix/Linux:

BIN
bin/c2d

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

9421
c2d.h

File diff suppressed because it is too large Load Diff