Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:vim [2016/11/24 13:56]
eServices Greece [Build VIM on centos 6 ,7]
software:vim [2019/10/05 17:56] (current)
eServices Greece
Line 1: Line 1:
 {{howhard>2}} {{howhard>2}}
 ===== Build VIM on centos 6 ,7 ===== ===== Build VIM on centos 6 ,7 =====
-<wrap left centeralign tip half em>You should remove all vim packages before the following.</wrap> +<wrap left center tip half em>You should remove all vim packages before the following.</wrap> 
-<WRAP clear/>+<wrap em>lua-devel package does not exist in 8.0.1905</wrap>
 <sxh bash> <sxh bash>
 yum remove vim yum remove vim
Line 10: Line 10:
  
 ==== Requirements ==== ==== Requirements ====
-<sxh bash>yum install ncurses ncurses-devel lua-devel.x86_64</sxh>+<sxh bash>yum install -y ncurses ncurses-devel lua-devel.x86_64</sxh>
  
 === Build & Install === === Build & Install ===