Remove bash dependency, we only need posix tools now for bundled scripts

This commit is contained in:
Maxime Coste 2014-03-25 09:26:26 +00:00
parent 709dc87fcc
commit c9b72e1d32

View File

@ -54,7 +54,6 @@ Kakoune dependencies are:
* A C++11 compliant compiler (GCC >= 4.8.1 or clang >= 3.4)
* boost (>= 1.50)
* ncurses with wide-characters support (>= 5.3, generally refered as libncursesw)
* bash (kak scripts use some bash specific features)
To build, just type *make* in the src directory