File: README.examples

package info (click to toggle)
slang 0.99.38-6
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,576 kB
  • ctags: 2,613
  • sloc: ansic: 24,565; makefile: 415; sh: 201
file content (14 lines) | stat: -rw-r--r-- 541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
I have included several examples included from the upstream source in
the doc, demo, and help subdirectories.

To use these files I recommend the following procedure:

1.  make a directory somewhere where you want to play with the files.
    Any user can do this - no need to be superuser.
2.  for i in /usr/doc/slang/{demo,doc,help}; do
      todir=$(basename $i);mkdir $todir; lndir $i $todir;
      cd $todir; gzip -df *; cd ..; done

This will unpack everything so that all examples can be built easily.

Chris Fearnley <cjf@netaxs.com>