From 77ccb714cee06beebb2767fdf070a450c7dc052e Mon Sep 17 00:00:00 2001 From: Alexander Sanchez Date: Mon, 28 Aug 2017 16:20:46 -0400 Subject: [PATCH 1/2] Adding Ubuntu Tip --- README.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 7b1a69d9..a33549d7 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -201,6 +201,20 @@ sudo zypper install kakoune --------------------------------------------------------------------------------------------------- ==== +[TIP] +.Ubuntu +==== +Building on Ubuntu 16.04. +Make sure you have .local/bin in your path to make the kak binary available from your shell. + +-------------------------------------------------------------------------- +sudo apt install libncursesw5-dev libboost-regex-dev asciidoc libboost-dev +git clone https://github.com/mawww/kakoune.git && cd kakoune/src +make +PREFIX=$HOME/.local make install +-------------------------------------------------------------------------- +==== + Running ~~~~~~~