Changeset 1036
- Timestamp:
- Jun 14, 2004, 2:20:32 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mainpage.dox (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mainpage.dox
r1031 r1036 30 30 Before building psLib from source, several 3rd party software libraries must be installed. 31 31 These include: 32 - GNU Scientific Library (GSL), Available at http://www.gnu.org/software/gsl 33 - Fastest Fourier Transform in the West (FFTW), Available at http://www.fftw.org 34 - C Flexible Image Transport System Input output (CFITSIO), Available at http://heasarc.gsfc.nasa.gov/docs/software/fitsio 32 35 33 <ol> 34 <li>GNU Scientific Library (GSL), Available at http://www.gnu.org/software/gsl</li> 35 <li>Fastest Fourier Transform in the West (FFTW), Available at http://www.fftw.org</li> 36 <li>C Flexible Image Transport System Input output (CFITSIO), Available at http://heasarc.gsfc.nasa.gov/docs/software/fitsio</li> 37 </ol> 38 39 If you on a Darwin (Mac OS X) system, a dlfcn compatability library needs to be 40 installed on the system. One can be obtained from the Fink project on 41 SourceForge (the dlcompat package at http://www.sf.net/projects/fink). The 42 Darwin 7.0 (OS X 10.3) 'devtools' package seems to also include dlfcn support, 43 so explicit installation of a dlfcn compatibility layer may not be required for 44 this version of Darwin. 36 If you use a Darwin (Mac OS X) system, a dlfcn compatability library needs to be 37 installed on the system. This can be obtained from the Fink project on SourceForge 38 (the dlcompat package at http://www.sf.net/projects/fink). The Darwin 7.0 (OS X 10.3) 39 'devtools' package seems to also include dlfcn support, so explicit installation of a 40 dlfcn compatibility layer may not be required for this version of Darwin. 45 41 46 42 … … 58 54 recommended steps are: 59 55 <pre> 60 $ cd psLib/src61 $ make clean62 </pre>63 <i>This deletes any old object and target files.</i>64 <pre>65 56 $ make 66 57 $ make install … … 75 66 <pre> 76 67 $ cd psLib/test 68 $ make 69 $ make install 77 70 $ FullUnitTest 78 71 </pre>
Note:
See TracChangeset
for help on using the changeset viewer.
