Installation of lbench from source tarball
  
Building lbench requires the following packages:
   g++                the Gnu C++ compiler and linker 
   libgtk3.0-dev      GTK graphics library (GUI base)

Build and install lbench as follows:
   1. Download the tar file (lbench-N.N.tar.gz) to Desktop 
   2. Open a terminal window 
   3. $ cd Desktop                      # go to Desktop 
   4. $ tar -xzf lbench-N.N.tar.gz      # unpack to ./lbench 
   5. $ cd lbench                       # go there 
   6. $ make                            # build program 
   7. $ sudo make install               # install program
  
Missing dependencies will cause error messages in step 6. 
Install these from your repository and repeat step 6. 
 
Step 7 moves all files to the following locations:
   /usr/bin/lbench             binary executable 
   /usr/share/lbench/          icons, translations ... 
   /usr/share/doc/lbench/      user guide, README ... 

Please review the user guide (Help menu) before trying lbench.

NOTES FOR PACKAGE BUILDERS:
If $PREFIX is defined, files go there instead of /usr. 
If $DESTDIR is also defined, files go to $DESTDIR$PREFIX. 

The GCC optimization level must be zero (-O0) for the 
benchmarks to be accurate.


