• Mr_Blott@lemmy.world
    cake
    link
    fedilink
    English
    arrow-up
    77
    arrow-down
    7
    ·
    4 months ago

    I’m from the 90s and early 2000s Windows days when most of my time was spent figuring things out and getting things to run

    STILL don’t understand what I’m supposed to do with the stuff on GitHub lmao 😂

    • youRFate@feddit.de
      link
      fedilink
      English
      arrow-up
      59
      arrow-down
      2
      ·
      4 months ago

      Usually just go to the “releases” section in the right, click the latest release, and download the built executable for your system from there.

    • AMDIsOurLord@lemmy.ml
      link
      fedilink
      English
      arrow-up
      17
      arrow-down
      12
      ·
      4 months ago

      It’s code, git clone then build. If there is a standard makefile it’s super easy. If it’s some modern age hispter trash build system you’re in for some pain.

        • Dmian@lemmy.world
          link
          fedilink
          English
          arrow-up
          19
          ·
          edit-2
          4 months ago

          You know, with so many frameworks with the weirdest names, I honestly don’t know if people are just joking or not…
          “Yeah! just use turtle and chubby” “Oh! I prefer tuktuk and lollipop”
          Funny bit: I totally made those up, then went to GitHub, and found out there are real projects called like that. Lol!

      • Echo Dot@feddit.uk
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        4
        ·
        4 months ago

        Unless the build step is going to do something super custom I shouldn’t be required to build it myself.

        • fmstrat@lemmy.nowsci.com
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          4 months ago

          “Build a Docker image.” Not “build the application”.

          Or, you know, don’t use the free thing.

    • Dmian@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      2
      ·
      4 months ago

      Use the code to build a time machine, go back to the 1960s and learn to program using only text… /s

      Now, seriously: normally, if it’s an app, look for the “Releses” on the right. If there’s a binary (compiled app) to download, it will be there. If the developers are cool, they’ll include a download link directly on the Read Me file you see when you arrive at the repository.