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: docs/_main_pages/developer_docs/build_instructions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ This page provides instructions on how to build HydroChrono and its associated d
15
15
Before attempting to build HydroChrono, ensure you have installed and built all of the required [prerequisites](/developer_docs/prerequisites). The exact versions listed in the prerequisites are essential for proper functionality.
16
16
17
17
- CMake 3.16 or higher
18
-
- A C++ compiler (Visual Studio 2019 or higher, or GCC through MinGW/MSYS2)
19
-
- Project Chrono (built from source, tested with v9.0.0 and v9.0.1)
18
+
- A C++ compiler (Visual Studio 2022 or higher, or GCC through MinGW/MSYS2)
19
+
- Project Chrono (built from source, tested with latest version of main (30th Sep 2025))
20
20
- HDF5 1.10.8 or higher
21
21
- Python 3.8 or higher (with numpy and matplotlib)
0 commit comments