====================
   HOW TO INSTALL
====================

 This will spawn the following files in the newly created directory "glibctest".

* glibctest-1.1-0.tar.gz (glibc test work bench core module) 
* glibctest-gtk-1.0-0.tar.gz (GTK+ GUI) 
* install.sh (installation script) 
* runtest.sh (tool invokation script) 
* INSTALL (This file: short description to install the tool) 

To build and install the tool, run the following shell script.

 $ ./install.sh

(NOTE: if you do not want to build and install GUI, use --without-gtk option with install.sh)

To invoke the test tool, run the following shell script.

 $ ./runtest.sh 

(NOTE: runtest.sh checks whether GTK GUI is installed or not. If GUI is installed, it invokes GUI menu. Otherwise, it invokes command line menu. If you prefer the command line menu anyway, use --without-gtk option with runtest.sh)

  The menu will walk you through each test item. The Getting Started document provides additional usage details. The tool is actually a collection of subtools created for logical groups of APIs. "man" pages are available for each subtool.

