Orb/Doxygen/doc/install.doc
changeset 4 468f4c8d3d5b
parent 0 42188c7ea2d9
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
    57 <ul>
    57 <ul>
    58 <li>Qt Software's GUI toolkit 
    58 <li>Qt Software's GUI toolkit 
    59     <A HREF="http://www.trolltech.com/products/qt.html">Qt</A>
    59     <A HREF="http://www.trolltech.com/products/qt.html">Qt</A>
    60     \latexonly(see {\tt http://www.trolltech.com/products/qt.html})\endlatexonly
    60     \latexonly(see {\tt http://www.trolltech.com/products/qt.html})\endlatexonly
    61     \addindex Qt
    61     \addindex Qt
    62     version 3.3 or higher.
    62     version 4.3 or higher.
    63     This is needed to build the GUI front-end doxywizard. 
    63     This is needed to build the GUI front-end doxywizard. 
    64 <li>A \f$\mbox{\LaTeX}\f$ distribution: for instance
    64 <li>A \f$\mbox{\LaTeX}\f$ distribution: for instance
    65     <a href="http://www.tug.org/interest.html#free">teTeX 1.0</a>
    65     <a href="http://www.tug.org/interest.html#free">teTeX 1.0</a>
    66     \latexonly \\par (see {\tt http://www.tug.org/interest.html\#free})\endlatexonly.
    66     \latexonly \\par (see {\tt http://www.tug.org/interest.html\#free})\endlatexonly.
    67     This is needed for generating LaTeX, Postscript, and PDF output.
    67     This is needed for generating LaTeX, Postscript, and PDF output.
   108 \endverbatim
   108 \endverbatim
   109 
   109 
   110     See the <code>PLATFORMS</code> file for a list of possible platform
   110     See the <code>PLATFORMS</code> file for a list of possible platform
   111     options.
   111     options.
   112 
   112 
   113     If you have Qt-3.3.x installed and want to build the GUI 
   113     If you have Qt-4.3 or higher installed and want to build the GUI 
   114     front-end, you should run the configure script with 
   114     front-end, you should run the configure script with 
   115     the <code>--with-doxywizard</code> option:
   115     the <code>--with-doxywizard</code> option:
   116 
   116 
   117 \verbatim
   117 \verbatim
   118     configure --with-doxywizard
   118     configure --with-doxywizard
   407 Inside the \c doxygen-x.y.z directory you will find a \c winbuild directory 
   407 Inside the \c doxygen-x.y.z directory you will find a \c winbuild directory 
   408 containing a \c Doxygen.sln file. Open this file in Visual Studio. 
   408 containing a \c Doxygen.sln file. Open this file in Visual Studio. 
   409 You can now build the Release or Debug flavor of Doxygen and Doxytag by right-clicking
   409 You can now build the Release or Debug flavor of Doxygen and Doxytag by right-clicking
   410 the project in the solutions explorer, and selecting Build.
   410 the project in the solutions explorer, and selecting Build.
   411 
   411 
   412 Note that compiling Doxywizard currently requires Qt version 3
   412 Note that compiling Doxywizard currently requires Qt version 4
   413 (see http://www.trolltech.com/products/qt/qt3).
   413 (see http://www.trolltech.com/products/qt/qt3).
   414 If you do not have a commercial license, you can build Doxywizard with the open
   414 If you do not have a commercial license, you can build Doxywizard with the open
   415 source version (see http://qtwin.sourceforge.net/qt3-win32/compile-msvc-2005.php), 
   415 source version (see http://qtwin.sourceforge.net/qt3-win32/compile-msvc-2005.php), 
   416 but I have not tried this myself.
   416 but I have not tried this myself.
   417 
   417