$Id: INSTALL,v 1.1 1998/05/29 20:29:14 carlos Exp $

Preamble

NoSQL is tailored to the Linux O.S. but it should work
with most Unix systems, provided that the following
other programs are available:

- Perl 5, installed as /usr/bin/perl. If your Perl interpreter
  is installed elsewhere you will have to edit the programs
  manually and change the first line accordingly.

- nawk compatible awk (mawk / gawk). mawk is small and fast, so it
  is recommended.


Installation :

- Untar the package in a temporary work directory

- Simply copy the executables from the ./bin subdirectory
  to their destination directory, preferably to /usr/local/bin/ ,
  and make sure the latter is in your PATH.

- Copy ./doc/nosql.1 to /usr/local/man/man1/

- You may wish to have a look at the ./src/ subdirectory for 
  some extra (experimental) operators, and follow the 
  installation instructions in the associated README file.

