X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2FREADME;h=3cab0fa8a66f4d1b9128544145f09c231244fa0e;hb=a4704902060fca3d4b2c6e10702136c8a24fe9c7;hp=8cecd8e4ef6b0c9cccd1e07bc8095480f1a4a2aa;hpb=aab34dc5c3dbfe96532aa1ff611b00e9cf334758;p=gdcm.git diff --git a/gdcmPython/README b/gdcmPython/README index 8cecd8e4..3cab0fa8 100644 --- a/gdcmPython/README +++ b/gdcmPython/README @@ -1,10 +1,12 @@ Variables that should be set in order to work with gdcmPython: -GDCM_DICT_PATH path to the dictionary GDCM_SOURCE/Dicts/ -GDCM_DATA_PATH path to gdcmData -PYTHONPATH path to both GDCM_BIN and GDCM_BIN/bin +GDCM_DATA_ROOT path to gdcmData +PYTHONPATH path to both + - GDCM_BIN + - GDCM_BIN/bin (for linux) or GDCM_BIN/bin/Release (for Windows) e.g. export GDCM_DICT_PATH=~/cvs/gdcm/Dicts/ export GDCM_DATA_PATH=~/cvs/gdcmData/ export PYTHONPATH=~/cvs/gdcmbin/bin:~/cvs/gdcmbin/ +