diff options
| author | Alexander Sanchez <asanchez.dev@gmail.com> | 2017-08-28 16:20:46 -0400 |
|---|---|---|
| committer | Alexander Sanchez <asanchez.dev@gmail.com> | 2017-08-28 16:20:46 -0400 |
| commit | 77ccb714cee06beebb2767fdf070a450c7dc052e (patch) | |
| tree | 356219942a3b1cf4b34f5559667e3ff57ff598e0 | |
| parent | 430b7882eba9912dd722d4c55fbe03403cccd699 (diff) | |
Adding Ubuntu Tip
| -rw-r--r-- | README.asciidoc | 14 |
1 files changed, 14 insertions, 0 deletions
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 ~~~~~~~ |
