README: added building instructions

This commit is contained in:
Maxime Coste 2011-11-04 14:05:05 +00:00
parent 46e727d5b6
commit 2eb008b6ca

View File

@ -14,6 +14,15 @@ are used to manipulate the current selection and to enter insertion mode.
There is no concept of cursor in kakoune, only selections, a single character
selection can be seen as a cursor but there is no difference internally.
Building
--------
Kakoune dependencies are:
* GCC >= 4.6
* boost
* ncurses
To build, just type *make* in the src directory
Basic Movement
--------------