Skip to content

Commit ec54dec

Browse files
Fix list syntax
1 parent 8e0988f commit ec54dec

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,19 @@ Building the code on Windows
131131
These instructions will build everything except the applications using LIBXML2 (e.g. nxtranslate)
132132

133133
* Download and install HDF4 and/or HDF5 libraries from HDF web site
134-
* within these installations is a "cmake" directory, I needed to remove/rename this to get everything to configure properly
134+
- within these installations is a "cmake" directory, I needed to remove/rename this to get everything to configure properly
135135
* Download MXML source from http://www.msweet.org/projects.php?Z3
136-
* open the vcnet directory
137-
* you need to edit mxml1.def and a add a single line containing the text mxml_error to the end of this file
138-
* open the visual studio solution and build the project
139-
* copy the files mxml.h mxml1.lib mxml1.dll to some other location
136+
- open the vcnet directory
137+
- you need to edit mxml1.def and a add a single line containing the text mxml_error to the end of this file
138+
- open the visual studio solution and build the project
139+
- copy the files mxml.h mxml1.lib mxml1.dll to some other location
140140
* Define HDF4_ROOT, HEF5_ROOT and MXML_ROOT environment variables to point to top of each installed area
141-
* you should use / rather than \ for the paths specified in these variables
141+
- you should use / rather than \ for the paths specified in these variables
142142
* Create an empty build directory somewhere - this can be within your nexus source tree
143143
* Run CMAKE-GUI to generate Visual studio solutions files
144-
* Provide source and build paths in the relevant boxes
145-
* Click on Configure, choose appropriate visual studio version when prompted
146-
* A list of options will appear, choose the appropriate ENABLE_ ones and press Configure again
147-
* If nothing is red, click on Generate
144+
- Provide source and build paths in the relevant boxes
145+
- Click on Configure, choose appropriate visual studio version when prompted
146+
- A list of options will appear, choose the appropriate ENABLE_ ones and press Configure again
147+
- If nothing is red, click on Generate
148148
* Browse to the build directory and open the generated NeXus.sln
149149
* Build the solution

0 commit comments

Comments
 (0)