Article 5BSV9 Darwin/macOS emulation layer for Linux

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.1latest?d=yIl2AUoC8zA latest?i=dqFe9xU5zro:3Ne1z37Y9sE:F7zBnMy latest?i=dqFe9xU5zro:3Ne1z37Y9sE:V_sGLiP latest?d=qj6IDK7rITs latest?i=dqFe9xU5zro:3Ne1z37Y9sE:gIN9vFwdqFe9xU5zro
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments