diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 17:12:57 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-08 19:40:29 +0100 |
| commit | 17cc551cf78117c5b546df03ba36a77fcc86595a (patch) | |
| tree | adb26dfcf66ae2f8c434786cb042c55260c669c8 /README.md | |
| parent | 024e456ddadd67f212d84665501869c568a106fb (diff) | |
| download | vis-17cc551cf78117c5b546df03ba36a77fcc86595a.tar.gz vis-17cc551cf78117c5b546df03ba36a77fcc86595a.tar.xz | |
Clarify build dependencies in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -610,8 +610,8 @@ In order to build vis you will need a C99 compiler as well as: * [libcurses](http://www.gnu.org/software/ncurses/), preferably in the wide-character version * [libtermkey](http://www.leonerd.org.uk/code/libtermkey/) - * [lua](http://www.lua.org/) 5.1.4 - * [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/) 0.12 (runtime + * [lua](http://www.lua.org/) >= 5.1 + * [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/) >= 0.12 (runtime dependency required for syntax highlighting) If you want a self contained statically linked binary you can try |
