@@ -130,16 +130,16 @@ Building the code on Windows
130130
131131These instructions will build everything except the applications using LIBXML2 (e.g. nxtranslate)
132132
133- * Download and install HDF4 and/or HDF5 libraries from HDF web site
133+ * Download and install Win32/x64 HDF4 and/or HDF5 libraries from HDF web site
134134
135135 - within these installations is a "cmake" directory, I needed to remove/rename this to get everything to configure properly
136136
137137* Download MXML source from http://www.msweet.org/projects.php?Z3
138138
139139 - open the vcnet directory
140140 - you need to edit mxml1.def and a add a single line containing the text mxml_error to the end of this file
141- - open the visual studio solution and build the project
142- - copy the files mxml.h mxml1.lib mxml1.dll to some other location
141+ - open the visual studio solution, chose either Win32 or x64 build type as appropriate, and build the project
142+ - copy the files mxml.h mxml1.lib mxml1.dll to some other location
143143
144144* Define HDF4_ROOT, HDF5_ROOT and MXML_ROOT environment variables to point to the top of each installed area
145145
@@ -149,8 +149,8 @@ These instructions will build everything except the applications using LIBXML2 (
149149* Run CMAKE-GUI to generate Visual studio solutions files
150150
151151 - Provide source and build paths in the relevant boxes
152- - Click on Configure, choose appropriate visual studio version when prompted
153- - A list of options will appear, choose the appropriate ENABLE _ ones and press Configure again
152+ - Click on Configure, choose appropriate visual studio version (with Win64 suffix if needed) when prompted
153+ - A list of options will appear, select the ENABLE_* boxes for the components you need and press Configure again
154154 - If nothing is red, click on Generate
155155
156156* Browse to the build directory and open the generated NeXus.sln
0 commit comments