IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 2:20:32 PM (22 years ago)
Author:
harman
Message:

Minor tweaks

File:
1 edited

Legend:

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

    r1031 r1036  
    3030Before building psLib from source, several 3rd party software libraries must be installed.
    3131These 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
    3235
    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.
     36If you use a Darwin (Mac OS X) system, a dlfcn compatability library needs to be
     37installed 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
     40dlfcn compatibility layer may not be required for this version of Darwin.
    4541
    4642
     
    5854recommended steps are:
    5955<pre>
    60 $ cd psLib/src
    61 $ make clean
    62 </pre>
    63 <i>This deletes any old object and target files.</i>
    64 <pre>
    6556$ make
    6657$ make install
     
    7566<pre>
    7667$ cd psLib/test
     68$ make
     69$ make install
    7770$ FullUnitTest
    7871</pre>
Note: See TracChangeset for help on using the changeset viewer.