On Friday, March 11, 2016 at 11:12:49 AM UTC+13, Bee wrote: > BUT I wanted to learn how to compile vim terminal with different options.
I have two suggestions: 1. In a terminal run sudo apt-get build-dep vim Gets all the libraries and headers you need to build vim. The command applies to any debian distro, like Ubuntu. I assume you've installed the "build-essential" package 2. Read Tony Mechelynck's guide at http://users.skynet.be/antoine.mechelynck/vim/compunix.htm I particularly like his method of setting up configure options using environment variables via a script. For your "different options" you would have different scripts. Regards, John Little -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
