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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ These instructions will build everything except the applications using LIBXML2 (
141
141
- open the visual studio solution, chose either Win32 or x64 build type as appropriate, and build the project
142
142
- copy the files mxml.h mxml1.lib mxml1.dll to some other location
143
143
144
-
* Define HDF4_ROOT, HDF5_ROOT and MXML_ROOT environment variables to point to the top of each installed area
144
+
* Define HDF4_ROOT, HDF5_ROOT and MXML_ROOT Windows environment variables to point to the top of each installed area
145
145
146
146
- you should use / rather than \\ for the paths specified in these variables
147
147
@@ -159,4 +159,5 @@ These instructions will build everything except the applications using LIBXML2 (
159
159
* Browse to the build directory and open the generated NeXus.sln
160
160
* Build the solution
161
161
162
-
- If you wish to copy files to the install directory above, right click and Build the INSTALL project
162
+
- If you wish to copy files to the install directory specified above, right click and Build the INSTALL project
163
+
- If you wish to run the tests, right click and Build the RUN_TESTS project. Currently tests pick up the DLL installed above, this will be fixed later to point to the DLL in the build tree.
0 commit comments