darling-docs
darling-docs copied to clipboard
Darling Docs
https://docs.darlinghq.org/build-instructions.html Add `ffmpeg-devel` and remove `libavcodec-free-devel libavformat-free-devel`: ``` dnf install make cmake clang bison dbus-devel flex glibc-devel.i686 fuse-devel \ systemd-devel elfutils-libelf-devel cairo-devel freetype-devel.{x86_64,i686} \ libjpeg-turbo-devel.{x86_64,i686} fontconfig-devel.{x86_64,i686} libglvnd-devel.{x86_64,i686} \ mesa-libGL-devel.{x86_64,i686} mesa-libEGL-devel.{x86_64,i686}...
Fixes missing `tiffconf-32.h`
OS: Ubuntu 23.10. Error https://github.com/darlinghq/darling/issues/1275: ``` $ darling shell Bootstrapping the container with launchd... Cannot open mnt namespace file: No such file or directory ``` Command listed here needs improvement:...
Note that Linux 5.3 or higher is required. Also thus remove Debian 10 instructions, as Debian 10 uses an older kernel.
Add xip
Install xip: ```` brew install thii/unxip/unxip ```` https://github.com/thii/Unxip
The most important part is the authentic way of signing kernel modules. The existing one is Ubuntu(not even Debian)-specific. I myself use the Fedora instructions, and checked it also on...
### What Added a small paragraph on how to fix missing SSE3 Support by installing the opemu-linux kernel module. ### Why I just want to save others from going through...
https://docs.darlinghq.org/build-instructions.html