vim8.2 源码编译

vim8.2 源码编译

#必需的依赖
sudo apt install libsm-dev libice-dev
sudo apt-get install libncurses5-dev
sudo apt install gettext
#–with-x 的依赖
sudo apt install libgtk2.0-dev libgnome2-dev libxt-dev libx11-dev

./configure --with-features=huge --enable-multibyte --enable-rubyinterp=yes --enable-python3interp=yes --with-python-config-dir=/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/ --enable-perlinterp=yes --enable-luainterp=yes --enable-gui=gtk2 --enable-cscope --with-x
#–with-x 支持与系统共享clipboard

猜你喜欢

转载自blog.csdn.net/yxsoft2011/article/details/115461553