]> Creatis software - gdcm.git/commitdiff
*** empty log message ***
authorfrog <frog>
Tue, 8 Jul 2003 12:51:21 +0000 (12:51 +0000)
committerfrog <frog>
Tue, 8 Jul 2003 12:51:21 +0000 (12:51 +0000)
PACKAGER

index 55e3345adb857266930f316fbba4766ce451cf2e..a560c1f1d5068a21e0080d1500cdf2f47ec32842 100644 (file)
--- a/PACKAGER
+++ b/PACKAGER
@@ -13,7 +13,7 @@ Here is the checklist when freezing a version of gdcm:
        ./autogen.sh --enable-vtk --enable-python --enable-doxygen
        make
         
-    1b/ check the python test suite is clean (python testSuite.py)
+    1b/ check the python test suite is clean:
        cd gdcmPython
        export PYTHONPATH=`pwd`/..
        ln -s .libs/pygdcm.so _gdcm.so
@@ -23,13 +23,15 @@ Here is the checklist when freezing a version of gdcm:
     1c/ check the setup.py distutil script is operational and then validate
         its produced packages through the test suite, in all following cases
        - Direct installation:
-         cd $(GDCMHOME)
+         cd $GDCMHOME
          python setup.py install --prefix=/tmp/
          cd /tmp/lib/python2.2/site-packages/
-         ln -s $(GDCMDATAHOME) .
+         ln -s $GDCMHOME/gdcmData .
          export PYTHONPATH=`pwd`
          cd gdcmPython/
          python testSuite.py
+         cd $GDCMHOME
+         \rm -fr build
        - Binary distribution:
          cd $(GDCMHOME)
          python setup.py bdist --formats=rpm