This is INSTALL document for simple Netscape(tm) browsers cache browser and
manager called NScache.

To compile properly NScache you need following additional libraries
- GTK+-1.2.0 or higher
- Berkeley DB library with hash database support
- optionaly also libintl library (or libc with gettext support) for 
  internationalization of NScache messages

If you have this libraries also with particular header files, compilation of
NScahce will be very easy, because it have configure script which will make
all configuration for you. 

Following commands are enough for NScache compilation (I assume that you just
unpacked sources and you have all necessary libraries on your system) :

./configure
make
make install

