On 2010-07-27, [email protected] wrote:
> Hi,
> 
> is it possible, to install vim under UNIX complete locally to $HOME
> when used only by the owner of $HOME?

Yes.  There are a couple of ways to do this, depending on exactly
where under $HOME you want to install Vim.  The most straightforward
is to use 'bin' and 'share' directories directly under $HOME.  To do
this, just add

    --prefix=$HOME

to the arguments you normally give to ./configure.  Don't forget to
add ~/bin to your PATH ahead of the directory in which your system
has vim installed, if you haven't already done so.

Regards,
Gary

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to