X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FDoxyInstallation.txt;h=95a80569a0e51a04a3d0ff0fb2cde8171e16d863;hb=7815fe9dc3532b716dc478ca0f255263f99d296f;hp=3ba3bacac64ba34295c4642088d9e9ca8acc2c90;hpb=90a2b8eeadb9d5afb2bc165b080f8a4622f5deb4;p=gdcm.git diff --git a/Doc/DoxyInstallation.txt b/Doc/DoxyInstallation.txt index 3ba3baca..95a80569 100644 --- a/Doc/DoxyInstallation.txt +++ b/Doc/DoxyInstallation.txt @@ -2,10 +2,10 @@ * \page DoxyInstallation Installing gdcm and gdcmPython * \section DoxyRequirements Requirements * - For the core C++ library you shall need a C++ compiler with the - * and STL containers. Gdcm is developped and tested under: + * "list" and "map" STL containers. Gdcm is developped and tested under: * -# GNU/linux (gcc 2.96.x) * -# Win32/VC++ 6.x - * . + * . * - For \ref DoxyPythonComplete you shall need: * -# Python version 2.2.x * -# Swig version >= 1.3.17x (in order @@ -21,31 +21,39 @@ * the sources * * \endhtmlonly - * . + * . * . - * - * \section DoxyInstallLinux Linux + * + * \section DoxyInstallLinux Un*x * \subsection DoxyInstallLinuxCvs Starting from cvs sources. - * - Retrieve the sources through cvs - * - cd gdcm - * - ./autogen.sh --help in order to select your preferences - * - ./autogen.sh to launch the usual automake/autoconf + * - Retrieve the + * + * sources through cvs, + * - cd gdcm + * - ./autogen.sh --help in order to select your preferences + * - ./autogen.sh to launch the usual automake/autoconf * process e.g. - * -# ./autogen.sh --prefix=/where/ever/you/want - * to configure the script to force installation in a specified - * place. - * -# ./autogen.sh --enable-python to generate the - * python wrappers. - * . - * - make (or make 'CFLAGS=-g...) - * - make instal - * - As usual, you can optionnally: - * -# make clean - * -# make 'CFLAGS=' if you are in hurry and want to omit - * "-g -O2" default flags - * -# make snapshot - * . - * . + * -# ./autogen.sh --prefix=/where/ever/you/want + * to configure the script to force installation in a specified + * place. + * -# ./autogen.sh --enable-python to generate the + * python wrappers (a.k.a. gdcmPython) + * -# ./autogen.sh --enable-vtk to generate the + * vtk clases that shallow wrap gdcm, + * -# ./autogen.sh --enable-doxygen to generate the + * doxygen + * based documentation + * . + * . + * - make + * - make instal + * - As usual, you can optionnally: + * -# make clean + * -# make CFLAGS='-g' CXXFLAGS='-DPUB_DICT_PATH=\"/usr/local/share/gdcm/\" -D__STDC_LIMIT_MACROS' + * if you are in hurry and want to omit "-g -O2" default flags + * -# make snapshot + * . + * * \subsection DoxyInstallLinuxSources Starting from the sources (snapshot). * The process is exactly the same as the one using the cvs sources * (see above) except that you shall use ./configure instead