OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / nwsh / README
1 nwsh, version 0.1.0, September 25, 1999
2 ---------------------------------------
3
4 This is the README file for nwsh, the new shell.
5
6 About: nwsh is a bash alternative designed for less
7   RAM consumption. It will eventually feature module
8   support, as well as several convienence features that
9   other shells do not have.
10
11 URL: http://rav.octobrx.com/~mooneer/nwsh/
12
13 Author: Mooneer Salem (mooneer@earthlink.net),
14    with most code taken from the book "Developing Linux
15    Applications" (unsure of author, anyone have any ideas?)
16
17 Developer's build environment: Debian GNU/Linux 2.1
18
19 Installing: Read 'INSTALL' for more information
20
21 Change Log: See 'ChangeLog'
22
23 Credits: See 'AUTHORS'
24
25 News: See 'NEWS'
26
27 Other notes: On some systems, 'libreadline.so' doesn't exist,
28    but 'libreadline.so.xx' does. If this is the case, do a
29    "ln -s libreadline.so.xx libreadline.so" in the directory with
30    libreadline.so.xx and attempt to recompile. Otherwise, you might not
31    get readline support compiled in.