On Saturday 18 February 2006 09:52, Rafael Fernández López wrote:
> "./configure ; make ; make install" (in an app called 'whatever') and it
> could create for example "/home/me/bin/whatever" and
> "/home/me/share/doc/whatever" or
> "/home/me/doc/whatever", and so on.
This is what --prefix is for.
./configure --prefix=~/
make && make install
This puts it into /home/user/ where /home/user is considered to be /
-- 
Zac Slade

-- 
gentoo-user@gentoo.org mailing list

Reply via email to