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 poss
try using INSTALL_ROOT.
make install INSTALL_ROOT=$INSTALL_DIRECTORY