phoenicis-winebuild
phoenicis-winebuild copied to clipboard
FreeBSD support
Is this possible with docker ?
Yep (also thanks to crossbuilding technique)
We need to create a docker image from this tutorial: http://marcelog.github.io/articles/cross_freebsd_compiler_in_linux.html
No existing docker images available?
FreeBSD docker or crossbuilding environment docker?
You cannot run a FreeBSD docker image on a Linux or MacOS host.
However, I think there are some crossbuilding environment docker, but the one I have seen do not seems very stable (eg. components downloaded from dropbox...)
Ok. In my opinion, BSD is not our main target so we should get Linux and Mac running properly before considering this.
Yep, but it should not bee too hard though.
I have managed to build the cross-compiler. I have a freebsd12.sdk.tar.gz, and the script to build everything needed. Just need to convert it to a dockerfile. Then I will have to check to install pkg to download the freebsd ports, and try to build wine with it.
Cool!
Concerning freebsd12.sdk.tar.gz, you can extract it directly from the FreeBSD iso
That's what i have done.
Could! Maybe the docker file can do it automatically then. Feel free to ask if you need some help
Also interested in this, but right now it looks like there's no OpenJFX 11+ for FreeBSD?