diff options
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 |
commit | af5b4fa823e0f1c45af03475a0a7bdd522e80cc7 (patch) | |
tree | 71315b4dfce21e2914aa16ee2d9aa15dde80f520 /development/Fennel/README | |
parent | 243e395b40a0b0db30773c69f367c2cce9cdadab (diff) |
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 'development/Fennel/README')
-rw-r--r-- | development/Fennel/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/development/Fennel/README b/development/Fennel/README index b1f9524572d30..6990ade24266f 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 |