The diversity of Linux distributions is one of its strengths, but it can also be challenging for app and game development. Where do we need more standards? For example, package management, graphics APIs, or other aspects of the ecosystem? Would such increased standards encourage broader adoption of the Linux ecosystem by developers?

  • catloaf@lemm.ee
    link
    fedilink
    English
    arrow-up
    8
    ·
    3 days ago

    I don’t think static linking is that difficult. But for sure it’s discouraged, because I can’t easily replace a statically-linked library, in case of vulnerabilities, for example.

    You can always bundle the dynamic libs in your package and put the whole thing under /opt, if you don’t play well with others.