On 3/3/25 15:42, Yassine Chaouche wrote:
Le 3/3/25 à 15:25, Joe a écrit :
You can also compile software source code[...]> This is not a trivial
task.
I find configure, make, sudo make install often very simple.
So I'd say it depends on the software.
Sometimes you're missing header files,
in which case configure kindly shows you exactly which ones.
It is then a matter of installing the -devel (or-dev) package of the
mentioned libraries.
Best,
Well, it might be simple as long as you do not have to maintain a number
of different installations on multiple hosts....