aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 98f5a82..aff70d5 100644
--- a/README
+++ b/README
@@ -1,3 +1,6 @@
This library implements low-level bindings for terminfo and termios, and also
provides a more convenient interface (called 'hexes') on top of that. See
http://doy.github.com/rust-term/ for documentation.
+
+If you want to link against the curses terminfo library (instead of the more
+limited built-in one), you should set "CURSES=1" in the make invocation.