Vim
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
$ git clone https://github.com/vim/vim.git $ cd vim/ $ ./configure --with-features=huge \ --enable-multibyte \ --enable-rubyinterp=yes \ --enable-python3interp=yes \ --with-python-config-dir=/python路径(/usr/lib/python3.8/config-) \ --enable-perlinterp=yes \ --enable-luainterp=yes \ --enable-gui=gtk2 \ --enable-cscope \ --prefix=/usr/local $ make VIMRUNTIMEDIR=/usr/local/share/vim/vim82 $ sudo make install $ vim --version |
声明:本文为原创文章,版权归Aet所有,欢迎分享本文,转载请保留出处!
你可能也喜欢
- ♥ Linux调试工具记录08/13
- ♥ Linux 线程概述&&创建03/31
- ♥ Linux_ 命令大全 电子邮件与新闻组03/16
- ♥ Linux 高性能服务器编程:网络基础编程二11/28
- ♥ 51CTO:Linux C++网络编程五08/20
- ♥ Linux 高性能服务器编程:HTTP相关11/27