Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Steps to install vim with source code under ubuntu

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "the steps of installing vim in the source code under ubuntu". In the daily operation, I believe that many people have doubts about the steps of installing vim in the source code under ubuntu. The editor consulted all kinds of materials and sorted out a simple and easy-to-use method of operation. I hope it will be helpful to answer the doubts of "the steps of installing vim under the source code under ubuntu". Next, please follow the editor to study!

Environment: ubuntu server 14.04

1 remove vim

Sudo apt-get remove vim vim-runtime gvim

2 download vim source code

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

three

Cd vim

. / configure-- with-features=huge\

-- enable-multibyte\

-- enable-rubyinterp\

-- enable-pythoninterp\

-- with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu\

-- enable-perlinterp\

-- enable-luainterp\

-enable-gui=gtk2-enable-cscope-prefix=/usr

Make VIMRUNTIMEDIR=/usr/share/vim/vim74

Sudo make install

four

Sudo update-alternatives-- install / usr/bin/vi vi / usr/bin/vim 1

Sudo update-alternatives-set vi / usr/bin/vim

five

Vi-version

At this point, on the "ubuntu source code installation of vim steps" on the end of the study, I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report