]> Creatis software - gdcm.git/blob - gdcmPython/README
Fix mistypings
[gdcm.git] / gdcmPython / README
1 Variables that should be set in order to work with gdcmPython:
2 GDCM_DATA_ROOT path to gdcmData
3 PYTHONPATH path to both 
4  - GDCM_BIN
5  - GDCM_BIN/bin (for linux) or GDCM_BIN/bin/Release (for Windows)
6
7 e.g.
8
9 export GDCM_DICT_PATH=~/cvs/gdcm/Dicts/
10 export GDCM_DATA_PATH=~/cvs/gdcmData/
11 export PYTHONPATH=~/cvs/gdcmbin/bin:~/cvs/gdcmbin/
12