REQUIREMENTS
------------
To compile ri, you need the ncurses-x.x, ncurses-devel-x.x packages and a C++ compiler. These are usually a standard part of any Linux distribution. 

COMPILATION
-----------
run "make" at the shell prompt. The executable file "ri" is created in the same directory. To customize the compilation, use the CXXFLAGS, LDFLAGS variables in the Makefile.

INSTALLATION
------------
run "make install". The executable "ri" is placed in "bindir" specified in the Makefile (by default /usr/local/bin) and the documentation in "docdir" (by default /usr/local/doc).
NOTE: You may require superuser privileges to install ri.

NOTE: If you copied the source files from a floppy, the documentation may not install correctly (all the files with block letter names). This is because most floppies are formatted using the FAT filesystem, which does not distinguish between uppercase and lowercase letters. If you come across this problem, change the filenames to lowercase in the variable "docs" (in the Makefile) and try again.

UNINSTALLATION
--------------
run "make uninstall". The installed executable files and documentation are deleted.
NOTE: You may require superuser privileges to uninstall ri.
