Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software:vim [2016/05/28 23:38] eServices Greece |
software:vim [2019/10/05 17:56] (current) eServices Greece |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Build VIM on centos 6 ,7 ====== | + | {{howhard> |
| + | ===== Build VIM on centos 6 ,7 ===== | ||
| + | <wrap left center tip half em>You should remove all vim packages before the following.</ | ||
| + | <wrap em> | ||
| + | <sxh bash> | ||
| + | yum remove vim | ||
| + | </ | ||
| + | ==== Install centos compilers ==== | ||
| + | <sxh bash>yum groupinstall ' | ||
| + | |||
| + | ==== Requirements ==== | ||
| + | <sxh bash>yum install -y ncurses ncurses-devel lua-devel.x86_64</ | ||
| + | |||
| + | === Build & Install | ||
| <sxh bash> | <sxh bash> | ||
| git clone https:// | git clone https:// | ||
| Line 7: | Line 20: | ||
| make install | make install | ||
| </ | </ | ||
| + | |||
| + | === Cleanup to recompile === | ||
| + | <sxh bash> | ||
| + | |||