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
build(windows): add quick-build.ps1 and config template
- add quick-build.ps1 for MSVC configure+build
- add build-config.example.json; ignore build-config.json
- update README with Windows build steps using config+script
- cmake: link Chrono/Eigen targets and propagate include dirs
- update .gitignore
Copy the following DLL files from your Chrono build directory to your build directory's `demos/Release` folder:
74
-
- ChronoEngine.dll
75
-
- ChronoEngine_irrlicht.dll (if using Irrlicht)
76
-
- Irrlicht.dll (if using Irrlicht)
77
-
78
-
For detailed build instructions, including Visual Studio setup and running demos, see the [developer documentation](https://nrel.github.io/HydroChrono/developer_docs/build_instructions.html).
100
+
For more detailed build instructions, including Visual Studio setup and running demos, see the [developer documentation](https://nrel.github.io/HydroChrono/developer_docs/build_instructions.html).
0 commit comments