Index: /trunk/psLib/src/mainpage.dox
===================================================================
--- /trunk/psLib/src/mainpage.dox	(revision 4974)
+++ /trunk/psLib/src/mainpage.dox	(revision 4975)
@@ -4,6 +4,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-31 23:01:46 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-08 02:06:02 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -111,5 +111,5 @@
 
 
-@section build How to Build and Test the psLib library
+@section build How to Build, Test, and Link the psLib library
 
 The source uses autoconf/automake to build control the build process.  If, and
@@ -131,4 +131,13 @@
 </pre>
 <i>This builds, tests, and installs the library.</i>
+
+For linking to psLib:
+<pre>
+$ cd psLib/bin
+$ ./pslib-config --libs
+$ ./pslib-config --cflags
+</pre>
+<i>This outputs the libaries to link in configuration and the cflags to include
+ in compiling.</i>
 
 The configure step allows users to specify specific locations for the third
