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: resources/BUILDING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following build instructions are only needed if you would like to build DynA
25
25
26
26
To build DynAdjust, the following prerequisites will be needed:
27
27
28
-
- A C++14 compiler (e.g. gcc, Microsoft Visual Studio or Apple LLVM (clang))
28
+
- A C++14, C++17 or C++20 compiler (e.g. gcc, Microsoft Visual Studio or Apple LLVM (clang))
29
29
- Boost C++ headers and libraries
30
30
- Apache Xerces C++ headers and libraries
31
31
- Codesynthesis XSD headers and libraries
@@ -48,11 +48,11 @@ C++ is required for compiling all DynAdjust binaries. MFC is required only for
48
48
49
49
#### 1.2 Install Boost C++ headers and libraries
50
50
51
-
The supported versions of boost are 1.58.0 – 1.78.0. The headers and library sources are available from https://www.boost.org/users/download/
51
+
The supported versions of boost are 1.58.0 – 1.87.0. The headers and library sources are available from https://www.boost.org/users/download/
52
52
53
53
The boost libraries needed by DynAdjust include `filesystem`, `system`, `program_options`, `thread`, `date_time`, `math`, `timer`, `atomic` and `chrono`. These will need to be built from the boost C++ sources using Visual Studio 2022, and installed to a suitable folder on your machine.
54
54
55
-
Follow the instructions on the [Boost Website](https://www.boost.org/doc/libs/1_78_0/more/getting_started/windows.html#prepare-to-use-a-boost-library-binary) to build the boost libraries from source. For example, the steps are:
55
+
Follow the instructions on the [Boost Website](https://www.boost.org/doc/libs/1_87_0/more/getting_started/windows.html#prepare-to-use-a-boost-library-binary) to build the boost libraries from source. For example, the steps are:
56
56
57
57
1. Download and extract boost to a suitable folder
58
58
2. Run `Bootstrap.bat` to build `b2`
@@ -191,7 +191,7 @@ The specific Linux/Mac prerequisites for building DynaAdjust include the followi
191
191
- gcc-c++ (with std C++ 14 support), with a compatible version of make
0 commit comments