X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PACKAGER;h=7a8d88da775953c1d80980273d47ec2f3cb846c9;hb=5ac625c72835828d687ebdef878691d0913ae41b;hp=8b3b8227863974d46a51140bb00a46d853e3127c;hpb=7a05cf86c9ad068d7d098d60d1537bf4503d0879;p=gdcm.git diff --git a/PACKAGER b/PACKAGER index 8b3b8227..7a8d88da 100644 --- a/PACKAGER +++ b/PACKAGER @@ -24,7 +24,7 @@ Here is the checklist when freezing a version of gdcm: its produced packages through the test suite, in all following cases - Direct installation: cd $GDCMHOME - python setup.py install --prefix=/tmp/ + python setup.py install --prefix=/tmp cd /tmp/lib/python2.2/site-packages/ ln -s $GDCMHOME/gdcmData . export PYTHONPATH=`pwd` @@ -90,7 +90,7 @@ Here is the checklist when freezing a version of gdcm: - Binary distribution: cd $(GDCMHOME) python setup.py bdist --formats=wininst - install $(GDCMHOME)\dist\gdcmPython-0.3.win32-py2.2.exe + install $(GDCMHOME)\dist\gdcmPython-xxx.win32-py2.2.exe cd $(PYTHONHOME)\Lib\site-packages\ Check out gdcmData cd gdcmPython @@ -101,7 +101,7 @@ Here is the checklist when freezing a version of gdcm: source distro): cd $(GDCMHOME) python setup.py sdist --formats=zip - unzip $(GDCMHOME)\dist\gdcmPython-0.3.zip in TMPHOME directory + unzip $(GDCMHOME)\dist\gdcmPython-xxx.zip in TMPHOME directory cd $(TMPHOME) cd gdcmPython-*/ python setup.py bdist --formats=wininst