• ramjambamalam@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    I’m a developer and I hardly ever compile shit myself from source. I’d rather use a package manager, sure, but on Windows that’s by far the exception to the rule and if you want regular users to use your app, it needs to be a download able EXE.

    • AVincentInSpace@pawb.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 months ago

      This. Building a random app from source and tracking down its many dependencies is a massive pain in the ass, doubly so on Windows where you have to jump through a ridiculous number of hoops just to install a C compiler.