joes@lemmy.dbzer0.comtoFree and Open Source Software@beehaw.org•How do I build my own software from source?
11·
6 months agoHence the need to build themselves. It boils down to: download the source, install the dependencies, (configure,) compile, install. In this case, you need make/cmake. You could also crosscompile (on another machine), but that’s trickier. If you’ve never compiled something yourself, maybe start with a known-good configuration from your distribution’s sources.
it’s tune-2fs, right