Changeset 4978
- Timestamp:
- Sep 8, 2005, 11:20:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mainpage.dox (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mainpage.dox
r4975 r4978 4 4 * @author Robert Daniel DeSonia, MHPCC 5 5 * 6 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $7 * @date $Date: 2005-09-08 02:06:02 $6 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2005-09-08 21:20:52 $ 8 8 * 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 111 111 112 112 113 @section build How to Build , Test, and Link the psLib library113 @section build How to Build and Test 114 114 115 115 The source uses autoconf/automake to build control the build process. If, and … … 131 131 </pre> 132 132 <i>This builds, tests, and installs the library.</i> 133 134 For linking to psLib:135 <pre>136 $ cd psLib/bin137 $ ./pslib-config --libs138 $ ./pslib-config --cflags139 </pre>140 <i>This outputs the libaries to link in configuration and the cflags to include141 in compiling.</i>142 133 143 134 The configure step allows users to specify specific locations for the third … … 162 153 </pre> 163 154 155 @section usage Building and Linking your code to the psLib library 156 157 To assist the use of the library with your own code, a configuration tool is part 158 of the psLib library package. This tool, pslib-config, is installed in the BIN 159 directory, according to the options given to the configure script. 160 161 The required CFLAG options for the compiler stage of code that uses psLib can be 162 obtained via 'pslib-config --cflags'. This outputs the cc options that supplies 163 include path(s) required to find the psLib headers. 164 165 The required linking options, can be obtained via 'pslib-config --libs'. This 166 outputs the ld options that supplies the library paths and files required to 167 link to the pslib library. 164 168 165 169 @section doc How to Create Code Documentation
Note:
See TracChangeset
for help on using the changeset viewer.
