Adding Ubuntu Tip

This commit is contained in:
Alexander Sanchez 2017-08-28 16:20:46 -04:00
parent 430b7882eb
commit 77ccb714ce

View File

@ -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
~~~~~~~