Make install, but not to default directories?
问题 I want to run 'make install' so I have everything I need, but I'd like it to install the things in their own folder as opposed to the system's /usr/bin etc. is that possible? even if it references tools in the /usr/bin etc.? 回答1: It depends on the package. If the Makefile is generated by GNU autotools ( ./configure ) you can usually set the target location like so: ./configure --prefix=/somewhere/else/than/usr/local If the Makefile is not generated by autotools, but distributed along with the