]> Creatis software - creaTools.git/blobdiff - Steps.txt
fix typo
[creaTools.git] / Steps.txt
index 9f4c1c4cbcf20631e30a09d671be50b08ef6ade9..1e4ba69ed534fe0628f15b365b9907a6d741f6b8 100644 (file)
--- a/Steps.txt
+++ b/Steps.txt
@@ -19,7 +19,7 @@ Create a CMAKE project in VTK-5.4.2BinCM28VC9
 Options in CMAKE
        BUILD_SHARED_LIBS       on
        BUILD_TESTING           off
-       CMAKE_INSTALL_REFIX    C:/temp2_CM28VC9/VTK-<versoion>
+       CMAKE_INSTALL_REFIX    C:/temp2_CM28VC9/VTK-<version>
 Compile in Debug
 Compile in Release
 
@@ -31,7 +31,7 @@ Options in CMAKE
        BUILD_SHARED_LIBS       on
        BUILD_EXAMPLES          off
        BUILD_TESTING           off
-       CMAKE_INSTALL_REFIX    C:/temp2_CM28VC9/ITK-<versoion>
+       CMAKE_INSTALL_REFIX    C:/temp2_CM28VC9/ITK-<version>
 Compile in Debug
 Compile in Release
 
@@ -54,6 +54,11 @@ run wxWidgets-2.8.10\build\msw/wx_dlls.dsw
 Compile in Debug
 Compile in Release
 
+
+Download xerces
+site Web : http://xerces.apache.org/xerces-c/
+file: xerces-c-3.1.0-x86-windows-vc-9.0.zip
+Extract this file
 ----------------------------------------------------------------
 
 2)
@@ -62,10 +67,18 @@ create directory C:/temp2_CM28VC9/dlls
 install boost, then move dlls in dlls directory
 install vtk, then move dlls in dlls directory
 install itk, then move dlls in dlls directory
+install GDCM, then move dlls AND exe in dlls directory
 
 copy wxWidgets in C:/temp2_CM28VC9/ directory, then move dlls in dlls directory
 copy Qt4.5.2 in C:/temp2_CM28VC9/ directory, then move dlls in dlls directory
 
+xerces
+copy C:\Creatis\sofa\xerces-c-3.1.0-x86-windows-vc-9.0\xerces-c-3.1.0-x86-windows-vc-9.0\include 
+            in C:/temp2_CM28VC9/xerces-c-3.1.0/include 
+copy C:\Creatis\sofa\xerces-c-3.1.0-x86-windows-vc-9.0\xerces-c-3.1.0-x86-windows-vc-9.0\lib 
+            in C:/temp2_CM28VC9/xerces-c-3.1.0/lib 
+copy C:\Creatis\sofa\xerces-c-3.1.0-x86-windows-vc-9.0\xerces-c-3.1.0-x86-windows-vc-9.0\bin/*.dll 
+            in C:/temp2_CM28VC9/dlls
 
 ----------------------------------------------------------------