Tech Tips

  1. Uncategorized
  2. 169 view

[vim][CentOS]Install vim7.3 from source to under the home directory

Install

$wget http://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2
$tar xjvf vim-7.3.tar.bz2
-----------------------------
When you want to apply patches, please do following commands
-----------------------------
$mkdir vim73/patches
$cd vim73/patches
$wget http://ftp.vim.org/pub/vim/patches/7.3/7.3.{001..754}
$cd ..
$cat patches/7.3.* | patch -p0
---------------------------
$mkdir ~/vim
$./configure --prefix=/home/user/vim --enable-multibyte --with-features=huge
$make
$make install

Uncategorized recent post

  1. Run Amazon FreeRTOS on M5Stack Core2 for AWS …

  2. Udacity Self-Driving Car Engineer Nanodegree …

  3. Install sbt 1.0.0 and run sample template

  4. Visualization of Neural Network and its Train…

  5. [Machine Learning]Created docker image includ…

関連記事

PAGE TOP