You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While writing a PKGBUILD file to install this program in my arch linux system, which uses glibc (a commonly used standard library), runs on the x86_64 CPU architecture (also very commonly used), I took a glance at the releases page and it seems the only available builds for my architecture (x86_64) are built for the darwin kernel or the linux kernel with the musl standard library.
i will compile the program now, but it would be nice to have a prebuilt binary version for the x86_64 architecture running the linux kernel with the gnu c standard library.
The text was updated successfully, but these errors were encountered:
mcfly is actually available as a prebuilt binary package in the official repos... didn't notice, checking the aur and writing a PKGBUILD has become almost second nature.
While writing a PKGBUILD file to install this program in my arch linux system, which uses glibc (a commonly used standard library), runs on the x86_64 CPU architecture (also very commonly used), I took a glance at the releases page and it seems the only available builds for my architecture (x86_64) are built for the darwin kernel or the linux kernel with the musl standard library.
i will compile the program now, but it would be nice to have a prebuilt binary version for the x86_64 architecture running the linux kernel with the gnu c standard library.
The text was updated successfully, but these errors were encountered: