DESTDIR and PREFIX of make
问题 I am trying to make software install to a specific directory. I found several ways, but not sure what are the differences between them. ./configure --prefix=*** make install DESTDIR=*** make install prefix=*** I am confused about the functions of these three. Do they achieve the same goal? 回答1: ./configure --prefix=*** Number 1 determines where the package will go when it is installed, and where it will look for its associated files when it is run. It's what you should use if you're just