1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-22 05:03:56 +03:00

Merge remote-tracking branch 'VeeDeltaVee/make-dir-fix'

This commit is contained in:
Maxime Coste 2024-10-22 08:18:21 +11:00
commit ac0db62181

View File

@ -105,8 +105,8 @@ Kakoune's dependencies are:
* A {cpp}20 compliant compiler (GCC >= 10.3 or clang >= 11) along with its
associated {cpp} standard library (libstdc{pp} >= 10 or libc{pp})
To build, just type *make* in the src directory.
To generate man pages, type *make man* in the src directory.
To build, just type *make* in the root directory.
To generate man pages, type *make man* in the root directory.
Kakoune can be built on Linux, MacOS, and Cygwin. Due to Kakoune relying heavily
on being in a Unix-like environment, no native Windows version is planned.