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:mc [2018/12/23 06:00]
eServices Greece [Set alias]
software:mc [2019/01/24 23:21] (current)
eServices Greece
Line 8: Line 8:
 === Library Prerequisites === === Library Prerequisites ===
 <sxh>yum groupinstall 'Development Tools'  <sxh>yum groupinstall 'Development Tools' 
-yum install slang-devel.x86_64 glib2-devel</sxh>+yum -y install slang-devel.x86_64 glib2-devel gettext-devel</sxh>
  
 === Fetch mc === === Fetch mc ===
Line 35: Line 35:
 Edit your ~/.bashrc and add Edit your ~/.bashrc and add
 <sxh> <sxh>
-alias mc='./usr/local/libexec/mc/mc-wrapper.sh'+alias mc='. /usr/local/libexec/mc/mc-wrapper.sh'
 </sxh> </sxh>