Installation-manual for sel.c

You need:

- the ncurses library
- the gnu c-compiler
- the make-utility
- the "less"-command for the online-help

untar the distribution-file by typing

  tar -xzf sel-0.0X.tar.gz

change to the new directory

  cd sel-0.0X

compile it

  make

install it

  As the installation-target defaults to /usr/local/bin and
  /usr/local/man, you'll need to be root to do that. If you
  want to install it elsewhere, edit the makefile and change
  this settings.

  make install

  That's what "make install" does:

  copy sel to /usr/local/bin/
  copy sel.1 to /usr/local/man/man1/

uninstall it

  If you want to uninstall sel, do the following (as root):

  make deinstall

rtfm

  less readme
  less readme.ger
  man sel

That's all!

Thomas Kluge
thomas@darkstar.rhein-neckar.de
