> > Below is a summary of the commands I use to compile the latest gVim 7.3 > from source on Ubuntu 10.04 should you be interested (the commands come > from a shell script ~/bin/build-vim which I run once every few weeks to > stay up to date): > > sudo apt-get build-dep vim-gnome > sudo apt-get install autoconf > hg clone https://vim.googlecode.com/hg/ vim-sources > cd vim-sources > export CONF_OPT_FEAT='--with-**features=huge' > export CONF_OPT_GUI='--enable-gnome-**check' > export CONF_OPT_MULTIBYTE='--enable-**multibyte' > make -C src autoconf > make > sudo make install >
Oh, man, it works! Compiled and run successfully! Thanks a lot!!! The version is 7.3.386. I'd like to try to join the development effort of the VIM. I am experienced embedded developer. Do you have some getting started guide for this case or some bugs to fix? Thanks a lot, --- KostaZ -- You received this message from the "vim_dev" 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
