IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4975


Ignore:
Timestamp:
Sep 7, 2005, 4:06:02 PM (21 years ago)
Author:
drobbin
Message:

Added linking info to main doxygen page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mainpage.dox

    r3598 r4975  
    44 *  @author Robert Daniel DeSonia, MHPCC
    55 *
    6  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2005-03-31 23:01:46 $
     6 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2005-09-08 02:06:02 $
    88 *
    99 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    111111
    112112
    113 @section build How to Build and Test the psLib library
     113@section build How to Build, Test, and Link the psLib library
    114114
    115115The source uses autoconf/automake to build control the build process.  If, and
     
    131131</pre>
    132132<i>This builds, tests, and installs the library.</i>
     133
     134For linking to psLib:
     135<pre>
     136$ cd psLib/bin
     137$ ./pslib-config --libs
     138$ ./pslib-config --cflags
     139</pre>
     140<i>This outputs the libaries to link in configuration and the cflags to include
     141 in compiling.</i>
    133142
    134143The configure step allows users to specify specific locations for the third
Note: See TracChangeset for help on using the changeset viewer.