• Smorty [she/her]@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    32
    ·
    8 months ago

    Building from source is also just cooler. People be lookin’ if you have blender I stalled, but can’t uninstall it with your package manager. (Super useful)

    Also, for tech noobs you can say “I built that”.

    • yetAnotherUser
      link
      fedilink
      arrow-up
      2
      ·
      8 months ago

      I’ve tried finding out how you package an electron app, but I didn’t find any step where you could put a command line option like that.

  • 520@kbin.social
    link
    fedilink
    arrow-up
    12
    ·
    8 months ago

    It is useful to be able to do. I’ve had a few instances where I needed to swap out some lines of code or change a build flag before a bit of software would work properly.

  • ganoo_slash_linux@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    8 months ago

    Not everything needs to be built from source, true, but certain software that isn’t in wide distribution may have source as the only option.

    Or maybe some tool hasn’t been properly updated and errors on your computer, maybe you can debug it and change a small amount of source code to fix it. Maybe the source release is far ahead of the stable binary release and you want to test or use new features.

    If you download the source for something like linux or ffmpeg or your favorite emulator, you will learn a whole lot by doing a deep dive.

    However. Gentoo. Have you ever built firefox from source? That shit contributes to global warming. It takes so much time and CPU power to build such a heavyweight application from source and the tangible productivity benefit that you get from compiling on your own machine rather than downloading a binary is far outweighed by waste from the sheer active CPU and real time spent building. Maybe if you had a threadripper distcc setup, and only a dial-up connection to update source, it would be faster to compile everything than to get new binaries all the time. But for everyone else, if all you want to do is use the software, downloading binaries for the most popular applications is the way to go.