▲ 59 ▼ The magic behind configure, make, make install - How it works in Unix (thoughtbot.com) submitted 2 years ago by learnbyexample@programming.dev to c/linux@lemmy.ml 12 comments fedilink hide all child comments
[–] GnomeComedy@beehaw.org 1 point 2 years ago* You assume everyone has root. On a system I don't administer, I can compile and install software in my home directory (or shared directories that I have write access) by using: ./configure --PREFIX=/home/myuser/software/ make # to compile make install #without sudo, to install to ~/software/bin So when you say "only in (B)LFS", you're overlooking a VERY common use case - especially in HPC and other systems NOT running on my desk/lap. permalink fedilink source parent