main
Maxime Coste 2019-12-20 07:16:53 +11:00
commit 10fd65f204
1 changed files with 21 additions and 0 deletions

View File

@ -218,6 +218,27 @@ pkg install kakoune
--------------------------------------------------
====
[TIP]
.OpenBSD
====
Building on OpenBSD 6.6 amd64.
--------------------------------------------------
# pkg_add git gmake
# git clone https://github.com/mawww/kakoune
# cd kakoune
# export CXX=clang++
# gmake install
--------------------------------------------------
Running with support for plugins.
--------------------------------------------------
# pkg_add dash
$ export KAKOUNE_POSIX_SHELL=/usr/local/bin/dash
$ kak
--------------------------------------------------
====
[TIP]
.Solus
====