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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,8 +150,13 @@ These instructions will build everything except the applications using LIBXML2 (
150
150
151
151
- Provide source and build paths in the relevant boxes
152
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
154
-
- If nothing is red, click on Generate
153
+
- A list of options will appear, select the ENABLE_* boxes for the components you need
154
+
- Also check the CMAKE_INSTALL_PREFIX is appropriate, this is the root where file may be installed to later
155
+
- press Configure again
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
157
+
- Click on Generate
155
158
156
159
* Browse to the build directory and open the generated NeXus.sln
157
160
* Build the solution
161
+
162
+
- If you wish to copy files to the install directory above, right click and Build the INSTALL project
0 commit comments