Changeset 10407 for trunk/FACT++


Ignore:
Timestamp:
04/18/11 17:46:51 (13 years ago)
Author:
tbretz
Message:
Added some text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/MAINPAGE

    r10318 r10407  
    2323   make
    2424\endverbatim
     25
     26Check the \b ./configure options with \b --help. It might look
     27confusing, but some features like FITS or QT4 can be switched off,
     28if the necessary library is not at hand and the feature is not needed.
     29For example, if the GUI is not needed its compilation can be switched
     30off by disabling QT4 support with \b --without-qt4.
    2531
    2632In principle configure also supports
     
    5359- doxygen
    5460- graphviz
    55 - [global] optional (if htags should be used in Doxyfile)
    5661- help2man
    57 - man2html
     62- groff
     63- ps2pdf
    5864
    5965<B>Only for maintainers:</B>
     
    9197from test3 via Dim.
    9298
     99@section exitcodes Exit Code
     100@section newcommand How to add a new command?
     101@section description How to add help textes to services and commands?
     102
     103@section addtab How to add a new tab in the gui?
     104
     105Do the following steps in exactly this order:
     106- Insert the new page from the context menu of the QTabWidget
     107- Copy the QDockWidget from one of the other tabs to the clipboard
     108- Paste the copied QDockWidget and add it to the new tab (only the tab should be highlited)
     109- Now click on the context menu of the region in the tab (QWidget) and change the layout to grid layout
     110
     111
    93112@section Documentation
    94113
     
    97116created (from the help-output), which (at the moment) can be accessed with <B>man
    98117FILE</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 -->
    110118
    111119@section References
Note: See TracChangeset for help on using the changeset viewer.