about summary refs log tree commit diff stats
path: root/box64-bundle-x86-libs.csv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bundle more libs (#2419)Luke Short2025-03-131-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DOCS] Arch Linux does have an archive * [BUNDLE] Simplify unsupported package message * [BUNDLE] Archive Void Linux XBPS packages This was an oversight to not include these but not XBPS packages are used (yet). * [DOCS] Fedora dependencies List Fedora dependencies for the 'box64-bundle-x86-libs.sh' script. * [DOCS] Fedora 34 hints Use Fedora 34 to find missing 32-bit packages that are compatible with Enterprise Linux 9. * [DOCS] Add better 'dnf provides' hint Use wildcards. This works on all versions of DNF. * [BUNDLE] Add common libraries as reported by various GitHub Issues. Resolves #2390 * [DOCS] Mention essential libraries and libraries with large dependencies. These should not be bundled. * [BUNDLE] Remove essential libraries and libraries with large dependencies.
* [BUNDLE] Add script to bundle x86 libraries (#2380)Luke Short2025-02-171-0/+38
This manages both x86_64 and x86 libraries. It helps with improving emulation in all of the Box projects.