diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-28 04:58:27 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-28 04:58:27 +0200 |
commit | 0e147b2ef1be327351d21dca2e246804afc939b8 (patch) | |
tree | 50ede2656859d90c40b73a9732dff433af00dfe9 /README.adoc | |
parent | 47415fd7c65290a222a74f2c0213518abcde349c (diff) | |
download | ponymap-0e147b2ef1be327351d21dca2e246804afc939b8.tar.gz ponymap-0e147b2ef1be327351d21dca2e246804afc939b8.tar.xz ponymap-0e147b2ef1be327351d21dca2e246804afc939b8.zip |
Allow Lua 5.4
It seems to build, and this entire thing is experimental anyway.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index ac27f02..6e05524 100644 --- a/README.adoc +++ b/README.adoc @@ -23,7 +23,7 @@ a package with the latest development version from Archlinux's AUR. Building and Usage ------------------ Build dependencies: CMake, pkg-config, help2man + -Runtime dependenices: curses, openssl, Jansson, lua = 5.3 (optional) +Runtime dependenices: curses, openssl, Jansson, lua >= 5.3 (optional) $ git clone --recursive https://git.janouch.name/p/ponymap.git $ mkdir ponymap/build |