Skip to content

Commit 51fc480

Browse files
committed
Minor enhancements
1 parent 5d04645 commit 51fc480

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

resources/BUILDING.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,7 @@ vcpkg install boost-geometry boost-process boost-iostreams boost-spirit boost-sy
190190

191191
#### Install Code Synthesis XSD library
192192

193-
If you do not have [Code Synthesis XSD](https://www.codesynthesis.com/products/xsd/), you can install it using the following steps:
194-
195-
1. Download the [Windows 10 binary package](https://www.codesynthesis.com/products/xsd/download.xhtml) (version 4.2.0). The direct link is http://www.codesynthesis.com/download/xsd/4.2/libxsd-4.2.0.tar.gz.
196-
2. Extract the compressed binary package to a folder (e.g `C:\Tools\xsd\`).
197-
3. Add `C:\Tools\xsd` to the system PATH environment variable.
193+
DynAdjust requires [Code Synthesis XSD](https://www.codesynthesis.com/products/xsd/) to parse XML files. Since version 1.2.9, the CMake project file will automatically download XSD. hence, there is no need to manually download and install it.
198194

199195
#### Install Intel oneAPI MKL library
200196

@@ -267,5 +263,5 @@ The `CMakePresets.json` file manages four configurations:
267263
To build DynAdjust:
268264

269265
1. Select the Build Configuration you would like to build (e.g. `build-rel-mkl`)
270-
2. From the Project Menu, select **Delete cache and reconfigure**
266+
2. From the Project Menu, select **Delete Cache and Reconfigure**
271267
3. Select **Build All**, or select the executable or DLL and then **Build*

0 commit comments

Comments
 (0)