From b69d8f32ec30a2c71fcccf7cc763b2a773fc0acc Mon Sep 17 00:00:00 2001 From: Adam Murdoch Date: Sat, 4 Aug 2012 10:22:25 +1000 Subject: [PATCH] Some updates --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fe5d528..36755ff 100644 --- a/readme.md +++ b/readme.md @@ -10,8 +10,15 @@ Provides Java bindings for various native APIs. Currently only ported to OS X (10.7.4) and Linux (Ubuntu 12.04). -#### TODO +## Building +### Ubuntu + +You need to install the `libncurses5-dev` package to pick up the ncurses header files. Also worth installing the `ncurses-doc` package too. + +## TODO + +* Fix TERM=dumb on linux * Split out separate native library for terminal handling. * String names for errno values. * Split into multiple projects.