Index: trunk/psLib/src/mainpage.dox
===================================================================
--- trunk/psLib/src/mainpage.dox	(revision 1373)
+++ trunk/psLib/src/mainpage.dox	(revision 1549)
@@ -37,9 +37,9 @@
 be installed.  These include: 
  - GNU Scientific Library (GSL)
+     - Available at http://www.gnu.org/software/gsl
      - Compatibility tested with version is 1.4
-     - Available at http://www.gnu.org/software/gsl
  - Fastest Fourier Transform in the West (FFTW), version 3
+     - Available at http://www.fftw.org
      - Compatibility tested with version is 3.0.1
-     - Available at http://www.fftw.org
  - C Flexible Image Transport System Input output (CFITSIO), version 2.480 or later
      - Available at http://heasarc.gsfc.nasa.gov/docs/software/fitsio
@@ -49,4 +49,12 @@
      - Available at http://www.doxygen.org
      - Compatibility tested with version 1.3.6
+     - The optional companion package, GraphViz (a.k.a., the 'dot' command), is recommended to enable header-file dependency diagrams
+ - SLALIB 
+     - We tested with the Fortran version of the library; this may cause an additional step to get things to link on untested systems/compilers, as there is no one standard for how the function-names appear in the library to C code.  The default way that psLib uses is all-lower case with a trailing '_', but one may need to add to CFLAGS in src/Makefile.Globals the following:
+         - '-DFORTRAN_UNDERSCORE_PREFIX' if a '_' needs to be prefixed to the function names,
+         - '-DFORTRAN_DOUBLE_UNDERSCORE_SUFFIX' if two the names needs two trailing '_'s., and/or
+         - '-DFORTRAN_UPPERCASE' if the names appear as uppercase.
+     - Available at http://star-www.rl.ac.uk/
+     - Compatibility tested with package version number 2.4-12
 
 We recommend using the particular versions listed as compatibility tested, as 
