mirror of
https://github.com/datajerk/c2d.git
synced 2025-01-13 16:33:06 +00:00
docker wine32 support added
This commit is contained in:
parent
e6e2c9b15a
commit
ced20889ab
12
Dockerfile.wine32
Normal file
12
Dockerfile.wine32
Normal 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
|
@ -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.exe
BIN
bin/c2d.exe
Binary file not shown.
BIN
bin/page2text
BIN
bin/page2text
Binary file not shown.
Binary file not shown.
BIN
bin/text2page
BIN
bin/text2page
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user