X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FDoxyInstallation.txt;h=c1c107fc5760f6c49d77942720a79b1252ebc21d;hb=1fa3ad521c365a3c26ad6f922366858bf43917d3;hp=3ba3bacac64ba34295c4642088d9e9ca8acc2c90;hpb=5a8019d859ea52851e7925f45aab4d003592ba1f;p=gdcm.git diff --git a/Doc/DoxyInstallation.txt b/Doc/DoxyInstallation.txt index 3ba3baca..c1c107fc 100644 --- a/Doc/DoxyInstallation.txt +++ b/Doc/DoxyInstallation.txt @@ -24,18 +24,25 @@ * . * . * - * \section DoxyInstallLinux Linux + * \section DoxyInstallLinux Un*x * \subsection DoxyInstallLinuxCvs Starting from cvs sources. - * - Retrieve the sources through cvs + * - 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. + * to configure the script to force installation in a specified + * place. * -# ./autogen.sh --enable-python to generate the - * python wrappers. + * 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 (or make 'CFLAGS=-g...) * - make instal