Remove bash dependency, we only need posix tools now for bundled scripts
This commit is contained in:
parent
709dc87fcc
commit
c9b72e1d32
|
@ -54,7 +54,6 @@ Kakoune dependencies are:
|
||||||
* A C++11 compliant compiler (GCC >= 4.8.1 or clang >= 3.4)
|
* A C++11 compliant compiler (GCC >= 4.8.1 or clang >= 3.4)
|
||||||
* boost (>= 1.50)
|
* boost (>= 1.50)
|
||||||
* ncurses with wide-characters support (>= 5.3, generally refered as libncursesw)
|
* 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
|
To build, just type *make* in the src directory
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user