We can install packages under a different destination directory by using the DESTDIR variable during make install, with a command like
make install
make install DESTDIR=/tmp/myfolder
No comments:
Post a Comment