about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-14 12:32:27 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-14 12:32:27 -0800
commit96e07cd8c94a06e87f7ed0b9fcfb3805ab15921a (patch)
tree9f95962c724d1cdb8c7ec4eba21ec76916bd6697
parent0d9e0d15eac1fba2ab69a266695e9bd5abbc7b79 (diff)
downloadteliva-96e07cd8c94a06e87f7ed0b9fcfb3805ab15921a.tar.gz
list dependencies
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3bab4fa..f01f4b4 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@
 
 An extremely naïve, [brutalist](https://en.wikipedia.org/wiki/Brutalist_architecture)
 attempt at packaging up simple [Lua](http://www.lua.org) ([5.1](https://www.lua.org/manual/5.1))
-apps with all the stuff needed to edit and build them.
+apps with almost all the stuff needed to edit and build them. You will need
+Linux, a C compiler and the ncurses library.
 
 Here's how you run one of the example apps (the [Tower of Hanoi](https://en.wikipedia.org/wiki/Tower_of_Hanoi)):