Installing to your home drive
Posted Feb 22, 2011 13:46 UTC (Tue) by
pflugstad (subscriber, #224)
In reply to:
Optimizing Linux with cheap flash drives by Tara_Li
Parent article:
Optimizing Linux with cheap flash drives
(and why can't I, as a user, install a package to *my* home directory, instead of having to go to root and install it system wide? I know, I wander off topic...)
$ ./configure --prefix=/my/home/dir
$ make
$ make install
Beyond this, you need to dig into the Makefile (or whatever the build utility is) to figure out how it's installed. Very often there is a install_prefix variable of some kind.
(
Log in to post comments)