This may depend on what is supported by the module you are trying to compile. If your makefile is generated using autotools, use:
--prefix=<myinstalldir>
at startup. / configure
some packages also allow you to override at startup:
make prefix=<myinstalldir>
however, if you are not using. / configure, the only way to find out for sure is to open the makefile and check. It should be one of the first few variables at the top.
Tree77 Jul 13 '10 at 16:48 2010-07-13 16:48
source share