You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,16 +130,16 @@ Building the code on Windows
130
130
131
131
These instructions will build everything except the applications using LIBXML2 (e.g. nxtranslate)
132
132
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
134
134
135
135
- within these installations is a "cmake" directory, I needed to remove/rename this to get everything to configure properly
136
136
137
137
* Download MXML source from http://www.msweet.org/projects.php?Z3
138
138
139
139
- open the vcnet directory
140
140
- 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
143
143
144
144
* Define HDF4_ROOT, HDF5_ROOT and MXML_ROOT environment variables to point to the top of each installed area
145
145
@@ -149,8 +149,8 @@ These instructions will build everything except the applications using LIBXML2 (
149
149
* Run CMAKE-GUI to generate Visual studio solutions files
150
150
151
151
- 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 appropriateENABLE_ ones
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
154
154
- Also check the CMAKE_INSTALL_PREFIX is appropriate, this is the root where file may be installed to later
155
155
- press Configure again
156
156
- If anything now appears in red, it means it is a newly displayed option. If you change ones of these (or any other value) you need to pres Configure again, otherwise move onto the next step
0 commit comments