«Compile vim»: الفرق بين المراجعتين

من ويكي عربآيز
اذهب إلى: تصفح، ابحث
 
 
سطر 1: سطر 1:
  +
{{Outdated}}
 
== Compiling VIM with Arabic Support ==
 
== Compiling VIM with Arabic Support ==
   

المراجعة الحالية بتاريخ 18:50، 19 نوفمبر 2006

This Article or section might be outdated, please contribute to it and make it up-to-date, when done, please remove this note.

Compiling VIM with Arabic Support

As of VIM 6.2 you do not need to grab patches and get involved in hair compilation processes. However, it is still not intuitive to add Arabic support to VIM.

The Process

$ configure  --enable-multibyte --with-features=big
$ make
$ make install

That's all there is to it -- but where were you going to guess those two configure options from?