Skip to content

Instantly share code, notes, and snippets.

View xxami's full-sized avatar

『lilah』 xxami

  • Bristol, UK
View GitHub Profile
@xxami
xxami / vim7.4_clipboard_build_ubuntu14.10.md
Last active August 29, 2015 14:13
build vim 7.4 with +xterm_clipboard on ubuntu 14.10

build

sudo apt-get install libncurses5-dev libx11-dev libxpm-dev libxt-dev libxtst-dev python-dev ruby-dev mercurial liblua5.2-dev libperl-dev tcl-dev
mkdir vim
cd vim
hg clone https://code.google.com/p/vim/ .
./configure --with-features=huge --enable-pythoninterp --enable-rubyinterp --with-x --enable-cscope --enable-multibyte --enable-perlinterp --enable-luainterp --enable-tclinterp
make
sudo make install