Skip to content

Commit fe1a3a0

Browse files
committed
docs: update build requirements to Boost 1.91.0, Clang 18/GCC 14 (#352) #349
Updated compiler and Boost version requirements in Windows and Linux sections for compatibility with latest toolchains.
1 parent 94b03f7 commit fe1a3a0

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ How to Build and Install
8282
#### Requirements
8383

8484
- [Visual Studio 2022](https://visualstudio.microsoft.com/)
85-
- [Boost C++ libraries 1.88.0](https://www.boost.org/)
85+
- [Boost C++ libraries 1.91.0](https://www.boost.org/)
8686
- [Doxygen 1.13.2](https://www.doxygen.nl/)
8787
- [Graphviz](https://www.graphviz.org/)
8888
- [WiX toolset 6.0.0](https://wixtoolset.org/)
@@ -138,11 +138,9 @@ Doxygen will output the documents into the directory `doc`.
138138

139139
#### Requirements
140140

141-
- [Clang 11](https://clang.llvm.org/),
142-
[Clang 14](https://clang.llvm.org/),
143-
[GCC 10](https://gcc.gnu.org/) or
144-
[GCC 12](https://gcc.gnu.org/)
145-
- [Boost C++ libraries 1.88.0](https://www.boost.org/)
141+
- [Clang 18](https://clang.llvm.org/) or
142+
[GCC 14](https://gcc.gnu.org/)
143+
- [Boost C++ libraries 1.91.0](https://www.boost.org/)
146144
- [Doxygen 1.13.2](https://www.doxygen.nl/)
147145
- [Graphviz](https://www.graphviz.org/)
148146
- [include-what-you-use 0.15](https://include-what-you-use.org/) or

0 commit comments

Comments
 (0)