FreeBSD cross-compilation support using Alpine (amd64 only)
458
NOTICE: This is a fork of docker-freebsd-cross by valpackett and primarily adds support to target different FreeBSD versions.
An Alpine based Docker image for cross-compiling to any version of FreeBSD (amd64) using clang.
--cross-file freebsd)FROM didstopia/freebsd-cross:latest
RUN pkg -r /freebsd install -y \
libepoll-shim \
libudev-devd \
libevdev \
libwacom \
gtk3 \
libmtdev
ADD . /build
RUN cd /build && \
meson build --cross-file freebsd -Ddocumentation=false -Dtests=false -Depoll-dir=/freebsd/usr/local/ && \
ninja -Cbuild
Please feel free to submit pull requests!
By participating in this project you agree to follow the Contributor Code of Conduct.
The list of contributors is available on GitHub.
This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.
Content type
Image
Digest
sha256:19eeb4cb0…
Size
298.9 MB
Last updated
almost 4 years ago
docker pull didstopia/freebsd-cross