compile vi from source code

1.install ncurses library (vi  depend on ncurses library)

./configure --prefix=/usr --with-termlib

make -j4 && make install

2.install vi

./configure --prefix=/usr --with-tlib=tinfo

make -j4 && make install

 

posted @ 2018-06-06 00:40  Jello  阅读(161)  评论(0编辑  收藏  举报