首页 > 学院 > 开发设计 > 正文

vim源码编译安装

2019-11-06 08:41:15
字体:
来源:转载
供稿:网友

安装依赖:

sudo apt-get install libx11-devsudo apt-get install libxt-devsudo apt-get install libgtk2.0-dev

下载源码

git clone https://github.com/vim/vim.git

编译命令

./configure --with-features=huge --enable-multibyte --enable-pythoninterp=yes --enable-python3interp=yes --enable-cscope --with-compiledby=tofu --with-x --enable-guimakesudo make install

note: 必须要安装了libx11 libxt依赖,并且有–enable-gui –with-x参数才会有剪切板功能支持


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表