
By default lsh makes use of the termcap library. If you don't 
want to use it (terminfo also provides a termcap API)
look in the Makefile for instructions on disabling that.

To compile type :

  make         

To compile and install in one go (become root first) type :

  make install  

To install the precompiled ELF x86 binary (also as root) type :

  make install-precompiled

To try shell type :

  lsh -k sample.etc.autoexec

