]> Creatis software - gdcm.git/blob - gdcmPython/README
* src/gdcmFile.h : bug fix. Variable type and variable name had same name
[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/