Saturday, May 15, 2010

Install packages under a different destination directory

we can install packages under a different destination directory by using the DESTDIR variable during make install, with a command like

make install DESTDIR=/tmp/myfolder


No comments:

Post a Comment