diff options
author | abooksigun <abooksigun09@gmail.com> | 2020-05-30 10:14:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-30 10:14:37 +0700 |
commit | cd6c044147505901def5cd3ebf2d236dc0d2b0fe (patch) | |
tree | 10ac5b1cff18c871689af8b10d47ecc0a8150085 /development/Fennel/README | |
parent | ee42ee5cacd191a0fcbd7c755965d0a9bdb71fb8 (diff) |
development/Fennel: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Fennel/README')
-rw-r--r-- | development/Fennel/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/development/Fennel/README b/development/Fennel/README index 06336bb959ef0..b1f9524572d30 100644 --- a/development/Fennel/README +++ b/development/Fennel/README @@ -9,11 +9,14 @@ and reach of Lua with the flexibility of a lisp syntax and macro system. Anywhere you can run Lua code, you can run Fennel code. -Optional Dependency: -* lua52, lua53, luajit +This require one version of Lua installed (lua, lua52, lua53, luajit): Default support for all versions of Lua installed before build. -After installation there is "fennel5.2", "fennel5.3" and "fenneljit" executable files for the -equivalent versions of Lua installed. +To specify which Lua versions: + LUAVER="vers" +"vers" must be one or more of "5.1 5.2 5.3 jit" separated with space +After installation there are one or more fennel executable files for the +equivalent versions of Lua. +Optional dependency: * lua-readline For history completion |