]> Creatis software - gdcm.git/blob - gdcmPython/README
* gdcmPython/gdcm.i : bug fix when compiling with MSCV
[gdcm.git] / gdcmPython / README
1 Variables that should be set in order to work with gdcmPython:
2 GDCM_DICT_PATH path to the dictionary GDCM_SOURCE/Dicts/
3 GDCM_DATA_PATH path to gdcmData
4 PYTHONPATH path to both GDCM_BIN and GDCM_BIN/bin
5
6 e.g.
7
8 export GDCM_DICT_PATH=~/cvs/gdcm/Dicts/
9 export GDCM_DATA_PATH=~/cvs/gdcmData/
10 export PYTHONPATH=~/cvs/gdcmbin/bin:~/cvs/gdcmbin/