https://github.com/5ht/eslang
Erlang S-Lang Binding
https://github.com/5ht/eslang
Last synced: about 1 year ago
JSON representation
Erlang S-Lang Binding
- Host: GitHub
- URL: https://github.com/5ht/eslang
- Owner: 5HT
- Created: 2013-07-05T20:31:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T04:17:44.000Z (about 12 years ago)
- Last Synced: 2024-10-11T14:08:23.815Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 2.68 MB
- Stars: 1
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Erlang S-Lang Bindings
======================
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 build 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 do with the slang lib itself.
It's know to compile and run with slang version 2.2.4.
The API is one-to-one withe the normal C-api to slanglib.
Ubuntu Install
--------------
$ sudo apt-get install libslang2-pic
$ rebar compile
Mac
-----------
$ curl ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.2/slang-2.2.4.tar.gz | tar xzf -
$ ./configure --prefix=/usr
$ make static
$ sudo make install-static
$ rebar compile
Credits
-------
* Claes Wikstrom
* David N. Welton
* Robin Haberkorn
* Maxim Sokhatsky
* Vitaly Takmazov
OM A HUM