diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:05:38 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-10-11 15:05:38 +0200 |
commit | 1efec3952b780cc675ae111313017c3b91d20a01 (patch) | |
tree | 8a2d77b52e2c558976c8d2d362edf8837e2066ea /README | |
download | erlang-slang-fork-1efec3952b780cc675ae111313017c3b91d20a01.tar.gz |
initial commit based on erlang-slang 1.0 release (debian tar ball)
Diffstat (limited to 'README')
-rw-r--r-- | README | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ + +This is slang, an erlang interface to the amazing highly portable tty +interface that gave us such nice tty applications as mutt and slrn + +It's distributed as an erlang application (without a start mod) which makes +it possible to integrate into a larger buld environment. +We use this at bluetail to have a terminal application onto our +actual target machine. It can be used to to anything that's possible +to di with the slang lib itself. + +It's know to compile and run with slang version 1.4.2 + +The API is one-to-one withe the normal C-api to slanglib. + + +demo: contains some various demos +doc: well .. yes guess what +config: contains configure scripts and stuff + +To compile: + +$ (cd config; ./configure) +$ make + + + + + + + + + |