summaryrefslogtreecommitdiffstats
path: root/system/fzf/README
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2016-11-28 11:21:14 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-28 11:21:14 +0700
commit41756fa3b9a460376c3e6f5cf1b1a48780b22d90 (patch)
treed2362a2b4dbae762a92e91dbb4c315fc2801d964 /system/fzf/README
parent5c05efeaa8180aec84253bfd70e17fd5765eb251 (diff)
downloadslackbuilds-41756fa3b9a460376c3e6f5cf1b1a48780b22d90.tar.gz
slackbuilds-41756fa3b9a460376c3e6f5cf1b1a48780b22d90.tar.xz
system/fzf: Updated for version 0.15.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fzf/README')
-rw-r--r--system/fzf/README17
1 files changed, 15 insertions, 2 deletions
diff --git a/system/fzf/README b/system/fzf/README
index 183344cb39..d406de9de1 100644
--- a/system/fzf/README
+++ b/system/fzf/README
@@ -1,6 +1,19 @@
fzf - A command-line fuzzy finder written in Go
-Vim Users: A fzf.vim plugin is included in /usr/share/fzf/vim/.
+If you'd like to build with the tcell support (24bit colour support),
+default no:
-NOTE: google-go-lang is only needed at compile time - not at runtime.
+WITH_TCELL=yes ./fzf.SlackBuild
+
+Please note the caveats mentioned here:
+https://github.com/junegunn/fzf/blob/master/BUILD.md#with-tcell
+
+Vim Users: A fzf.vim plugin is installed to
+/usr/share/vim/vimfiles/plugin. If you'd rather exclude the plugin,
+or only manually enable it in your vim, you can build with:
+WITH_VIM=no ./fzf.SlackBuild
+
+and the plugin will be installed to /usr/share/fzf/vim/ instead.
+
+NOTE: google-go-lang is only needed at compile time - not at runtime.