X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FDoxyInstallation.txt;h=304e8cc0a9df02930b0059f6d05d0405c08bf455;hb=a7a9681c15a4469b76b878995df3529ba07228fb;hp=3ba3bacac64ba34295c4642088d9e9ca8acc2c90;hpb=90a2b8eeadb9d5afb2bc165b080f8a4622f5deb4;p=gdcm.git diff --git a/Doc/DoxyInstallation.txt b/Doc/DoxyInstallation.txt index 3ba3baca..304e8cc0 100644 --- a/Doc/DoxyInstallation.txt +++ b/Doc/DoxyInstallation.txt @@ -24,25 +24,32 @@ * . * . * - * \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 * - 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 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 * . * .