• @onlinepersona
    link
    English
    29
    edit-2
    10 months ago

    The equivalent of “just configure && make && make install bro, it’s super easy”

    (it never is)

    Edit: Alright, is it just my browser or does lemmy not know how to hand ampersands? Test: && && & &

    • @[email protected]
      link
      fedilink
      1110 months ago

      Do you ever make install for minutes just to have it crash at the end because you missed a completely random C dependency?

      • @Nereuxofficial
        link
        510 months ago

        And then you find out you have that dependency but your linker decides to not take it and then you have it but a slightly other version and you decide it’s not worth it

      • @msage
        link
        110 months ago

        No, I use Portage

      • @onlinepersona
        link
        English
        2
        edit-2
        10 months ago

        Could you do that in

        ``
        

        though?

        Oh wait,

        4 spaces

        ./configure && make && make install
        

        Three circumflexes

        ./configure && make && make install
        

        Edit: nope, doesn’t work using the browser interface