MIvanchev / static-wine32

A Docker recipe for building a statically compiled 32-bit Wine for x86_64
BSD 3-Clause "New" or "Revised" License
71 stars 3 forks source link

Documentation: is docker needed for this? #5

Open rubyFeedback opened 1 year ago

rubyFeedback commented 1 year ago

Documentation: is docker needed for this?

I'd love to get back to wine; ever since the move to 64 bit I can no longer use it on my 64bit machine (it always whines about .wine' is a 32-bit installation, it cannot support 64-bit applications.' - I consider this a design mistake. It should never have such an error).

I don't really want to use docker though.

MIvanchev commented 1 year ago

Hey, currently it uses a lot of Docker, yeah, mainly because it makes it easier to build on remote servers which I also recommend to you (takes forever, more cores, excessive heat etc.). However with some help I could convert the Dockerfile to a shell script.

P.S. Docker ist only needed to build it, it is NOT needed to run it.