I thought I’ll make this thread for all of you out there who have questions but are afraid to ask them. This is your chance!

I’ll try my best to answer any questions here, but I hope others in the community will contribute too!

  • Bienenvolk@feddit.de
    link
    fedilink
    arrow-up
    8
    ·
    3 months ago

    That is possible indeed! For more context, you can look up “static linking vs dynamic linking”

    Tldr: Static linking: all dependencies get baked into the final binary Dynamic linking: the binary searches for libraries in your system’s PATH and loads them dynamically at runtime