File: README

package info (click to toggle)
yorick-curses 0.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 88 kB
  • ctags: 84
  • sloc: ansic: 325; makefile: 94
file content (27 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
curses plugin for Yorick:
F.Rigaut, Nov2004.
see file curses.i for more details.

1. Content:

This plugin includes wrapping function for the curses library.

2. Installation:

see installation instructions in Makefile.
Basically, you will need a C compiler and make/gnumake.
You need yorick in your executable path.

yorick -batch make.i
make
make check
make install

The install puts curses.i in Y_SITE/i, the curses.so library in
Y_HOME/lib.


3. History:
Nov2004: creation, v0.1