2008/11/13 Peter Princz <[EMAIL PROTECTED]>: > > Hello François, > > thank you, this is a good idea. I'm not granted the root access yet, > and I'm not allowed to ruin 6.4 that is set up for other users. Best I > could do is to submit a ticket to the local IT people asking for an > upgrade. Now I'm waiting for their response. Thank you again. > > Have a nice day, > Peter
You don't need root access to compile and install it, if you install it somewhere in your home directory (i.e. not system wide like /usr/local/...) Example: $ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/vim checkout vim7 $ cd vim7 $ ./configure --with-features=huge --prefix=$HOME/opt $ make $ make install ... and then add $HOME/opt/bin into your PATH. -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
