• @toneverends
    link
    72 years ago

    This is definitely the incorrect way to install most software. Use your package manager. At least use a community repository or build system if you have to.

    • @onlooker
      link
      52 years ago

      I would mostly agree. However, there are exceptions and customizing suckless’ simple terminal (or st) is one of them. Last time I used it - which was about 5 years ago, granted - st didn’t have a config file. If you wanted to change even the most trivial things such as fonts, colours, etc., you had to edit the code. As an example, here’s a patch if one wanted to use the solarized colour scheme in st:

      https://st.suckless.org/patches/solarized/

      In these few instances, the article actually is helpful, since the user would have to compile the application from source.

    • @TheKernalBlogOP
      link
      22 years ago

      I would agree that it is the incorrect way to install most software, but suckless software is different. In order to changes, even simple ones like changing the font or colors, you need to rebuild from source manually.