- Timestamp:
- 04/07/11 20:45:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/MAINPAGE
r10242 r10318 44 44 45 45 <B>Libraries:</B> 46 - boost-dev (>=V1.40, all) 47 - mysql++-dev 46 - libreadline, libreadline-dev 47 - boost, boost-dev (>=V1.40, all) 48 - mysql++, mysql++-dev 49 - libcfits, libcfitsio-dev 50 - libccfits, libccfits-dev 48 51 49 52 <B>Documentation:</B> … … 51 54 - graphviz 52 55 - [global] optional (if htags should be used in Doxyfile) 56 - help2man 57 - man2html 53 58 54 59 <B>Only for maintainers:</B> … … 56 61 - autoconf-archive 57 62 - libtool (contains libtoolize 63 - colorsvn (recommended) 64 - colorgcc (recommended) 58 65 59 66 @section Demo Current demonstration programs … … 84 91 from test3 via Dim. 85 92 93 @section Documentation 94 95 Each program has an extensive help text (except the examples). This help text can 96 be displayed with the \b --help option. For each program a man-page is automatically 97 created (from the help-output), which (at the moment) can be accessed with <B>man 98 FILE</B>. 99 100 <!-- 101 102 help2man -N -o test3.man test3 103 104 (man2html can do the conversion online) 105 106 groff -mandoc `man -w ./test3.man` -T html > test3.html 107 groff -mandoc `man -w ./test3.man` -t | ps2pdf - - > test3.pdf 108 109 --> 86 110 87 111 @section References … … 107 131 - <A HREF="http://www.boost.org/doc/libs/1_45_0/libs/conversion/lexical_cast.htm">boost lexical_cast (V1.45.0)</A> 108 132 133 @subsection fitsref FITS references 134 - <A HREF="http://heasarc.gsfc.nasa.gov/docs/heasarc/fits.html">The FITS data format</A> 135 - <A HREF="http://heasarc.gsfc.nasa.gov/fitsio/">FITS homepage</A> 136 - <A HREF="http://heasarc.gsfc.nasa.gov/fitsio/CCfits/">CCfits - A C++ wrapper to cfitsio</A> 137 - <A HREF="http://heasarc.gsfc.nasa.gov/docs/software/ftools/fv/">fv - A very simple viewer to FITS file contents</A> 138 109 139 @section Available programs 110 140
Note:
See TracChangeset
for help on using the changeset viewer.