]> Creatis software - gdcm.git/blobdiff - PACKAGER
Fix mistypings
[gdcm.git] / PACKAGER
index 1644da26194f0b7b0a135b7f56404bb0249e1efb..11231874409f3f763b271cf980ce01cf473ddf49 100644 (file)
--- a/PACKAGER
+++ b/PACKAGER
@@ -35,7 +35,7 @@ Here is the checklist when freezing a version of gdcm:
        - Binary distribution:
          cd $GDCMHOME
          make clean
-            [ or you migth get some complains about the function 
+            [ or you might get some complains about the function 
               PyVTKClass_vtkGdcmReaderNew being multiply defined: this is
               because of the loose definition of vtkSources in setup.py
               in which the usage of the glob function will produce a link
@@ -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