/** 
* @file:   README
* CVS:     $Id$
* @author: Dan Terpstra
*          terpstra@icl.utk.edu
* @defgroup papi_components Components
* @brief Component Specific Readme file: lmsensors
*/

/** @page component_readme Component Readme 

@section Component Specific Information

lmsensors/  
The PAPI lmsensors component requires lmsensors version >= 3.0.0.

--------------------------------------------------
CONFIGURING THE PAPI LMSENSORS COMPONENT

Set lmsensors header files by configuring within the component.
    % cd <papi_dir>/src/components/lmsensors
    % ./configure --with-sensors-incdir=<PATH>
For example, one configuration may look like this
   % ./configure --with-sensors-incdir=/usr/include/sensors

Then, at the higher src directory, configure with this component
    % cd <papi_dir>/src
    % ./configure --with-components="lmsensors"
    or if you want to specify the compilers and enable debug.
    % ./configure CC=gcc F77=gfortran --with-debug --with-components="lmsensors"
Finally, follow the standard PAPI build (make) instructions
    % make 

*/
