From c9b72e1d3231fd87dbaab6f2897cf4782826ff3d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 25 Mar 2014 09:26:26 +0000 Subject: [PATCH] Remove bash dependency, we only need posix tools now for bundled scripts --- README.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 2bd6edd4..f0ca55bf 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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