]> Creatis software - gdcm.git/blobdiff - DEVELOPPER
* Doc/CMakeLists.txt: the main page is now properly differentiated
[gdcm.git] / DEVELOPPER
index 46152df1afdf219f3b1fa607efa460f0520544bb..f70ac33a8d41ae4dd9b9c14c8c81bea8fd9f8229 100644 (file)
@@ -48,7 +48,10 @@ The following comments are intended for core gdcm developpers.
   ctest -D Experimental
   The results should appear in
      http://public.kitware.com/dashboard.php?name=public
-  under the name GDCM-* within the "Experimental Builds" entry.
+     under the name of your machine (uname), but for ease of use you can
+     change the SITE variable in your CMakeCache.txt to something more 
+     accurate such as: GDCM-my_machine_name. The entry will then be within 
+     the "Experimental Builds" entry.
 
 * Install gdcm (as specified by CMAKE_INSTALL_PREFIX)
   make install
@@ -57,7 +60,7 @@ The following comments are intended for core gdcm developpers.
         followed the above instructions).
 
 * Python related section.
-  Depending on the automake/autoconf/autogen.sh flags you used gdcm could
+  Depending on the cmake flags you used in order to compile gdcm could
   be wrapped in two ways:
   - the first python wrappers of gdcm uses Swig (http://www.swig.org). These
     are the one generated when using autogen.sh --enable-python.