summaryrefslogtreecommitdiffstats
path: root/development/Fennel/README
diff options
context:
space:
mode:
author abooksigun <abooksigun09@gmail.com>2020-06-12 23:36:47 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-06-14 17:45:41 +0700
commitaf5b4fa823e0f1c45af03475a0a7bdd522e80cc7 (patch)
tree71315b4dfce21e2914aa16ee2d9aa15dde80f520 /development/Fennel/README
parent243e395b40a0b0db30773c69f367c2cce9cdadab (diff)
downloadslackbuilds-af5b4fa823e0f1c45af03475a0a7bdd522e80cc7.tar.gz
slackbuilds-af5b4fa823e0f1c45af03475a0a7bdd522e80cc7.tar.xz
development/Fennel: Updated for version 0.4.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--development/Fennel/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/development/Fennel/README b/development/Fennel/README
index b1f9524572..6990ade242 100644
--- a/development/Fennel/README
+++ b/development/Fennel/README
@@ -13,10 +13,13 @@ This require one version of Lua installed (lua, lua52, lua53, luajit):
Default support for all versions of Lua installed before build.
To specify which Lua versions:
LUAVER="vers"
-"vers" must be one or more of "5.1 5.2 5.3 jit" separated with space
+"vers" must be one or more of "5.1 5.2 5.3 jit" in the right order separated with space
After installation there are one or more fennel executable files for the
equivalent versions of Lua.
+To install compiled binary versions (experimental):
+ BINARY=yes
+
Optional dependency:
* lua-readline
For history completion