Darwin/macOS emulation layer for Linux
by Geremia from LinuxQuestions.org on (#5BSV9)
darling is a Darwin/macOS emulation layer for Linux (like WINE for Windows (or "DIME" haha Darling is Not an Emulator))
Installing binary, building and installing kernel module:Code:su
curl -LO https://github.com/darlinghq/darling/releases/download/v0.1.20200331/darling_0.1.20200331.testing_amd64.deb https://github.com/darlinghq/darling/releases/download/v0.1.20200331/darling-dkms_0.1.20200331.testing_amd64.deb
deb2tgz darling_0.1.20200331.testing_amd64.deb
deb2tgz darling-dkms_0.1.20200331.testing_amd64.deb
installpkg darling_0.1.20200331.testing_amd64.tgz darling-dkms_0.1.20200331.testing_amd64.tgz
# if you don't have DKMS
sbopkg -i dkms
# build and install kernel module
dkms install -m darling-mach -v 0.1


Installing binary, building and installing kernel module:Code:su
curl -LO https://github.com/darlinghq/darling/releases/download/v0.1.20200331/darling_0.1.20200331.testing_amd64.deb https://github.com/darlinghq/darling/releases/download/v0.1.20200331/darling-dkms_0.1.20200331.testing_amd64.deb
deb2tgz darling_0.1.20200331.testing_amd64.deb
deb2tgz darling-dkms_0.1.20200331.testing_amd64.deb
installpkg darling_0.1.20200331.testing_amd64.tgz darling-dkms_0.1.20200331.testing_amd64.tgz
# if you don't have DKMS
sbopkg -i dkms
# build and install kernel module
dkms install -m darling-mach -v 0.1