]> Creatis software - gdcm.git/blobdiff - Doc/DoxyInstallation.txt
update the doxygen scripts to -try to (Mmmm?)- allow 'user doc' generation
[gdcm.git] / Doc / DoxyInstallation.txt
index 3ba3bacac64ba34295c4642088d9e9ca8acc2c90..304e8cc0a9df02930b0059f6d05d0405c08bf455 100644 (file)
  *     .
  *  .
  * 
- * \section DoxyInstallLinux Linux
+ * \section DoxyInstallLinux Un*x
  * \subsection DoxyInstallLinuxCvs Starting from cvs sources.
- *     - Retrieve the sources through cvs
+ *     - Retrieve the
+         <A HREF="http://www.creatis.insa-lyon.fr/Public/Gdcm/cvs.html">
+         sources through cvs</A>,
  *     - <TT>cd gdcm</TT>
  *     - <TT>./autogen.sh --help</TT> in order to select your preferences
  *     - <TT>./autogen.sh</TT> to launch the usual automake/autoconf
  *       process e.g.
  *       -# <TT>./autogen.sh --prefix=/where/ever/you/want</TT>
- *           to configure the script to force installation in a specified
- *            place.
+ *              to configure the script to force installation in a specified
+ *              place.
  *       -# <TT>./autogen.sh --enable-python</TT> to generate the
- *              python wrappers.
+ *              python wrappers (a.k.a. gdcmPython)
+ *       -# <TT>./autogen.sh --enable-vtk</TT> to generate the
+ *              vtk clases that shallow wrap gdcm,
+ *       -# <TT>./autogen.sh --enable-doxygen</TT> to generate the
+ *              <A HREF="http://www.doxygen.org/">doxygen</A>
+ *              based documentation
  *        .
- *     - <TT>make</TT> (or <TT>make 'CFLAGS=-g</TT>...)
+ *     - <TT>make</TT>
  *     - <TT>make instal</TT>
  *     - As usual, you can optionnally:
  *       -# <TT>make clean</TT>
- *       -# <TT>make 'CFLAGS='</TT> if you are in hurry and want to omit
- *          "-g -O2" default flags
+ *       -# <TT>make CFLAGS='-g' CXXFLAGS='-DPUB_DICT_PATH=\"/usr/local/share/gdcm/\" -D__STDC_LIMIT_MACROS'</TT>
+ *        if you are in hurry and want to omit "-g -O2" default flags
  *       -# <TT>make snapshot</TT>
  *        .
  *     .