chrono icon indicating copy to clipboard operation
chrono copied to clipboard

How to install project chrono with irrlicht in VCPKG

Open yyc84 opened this issue 7 months ago • 2 comments

I am trying to introduce chrono into the simulation library I developed myself. I want to use vcpkg to build chrono, but I found that the vcpkg version of chrono does not seem to have the chrono-irrlicht module. Even if I install irrlicht in vcpkg first, it seems that I can't start the corresponding irrlicht module in chrono. And I don't see “chrono_irrlicht” in the vcpkg installation directory, but in “chronoengine/ChronoConfig.cmake”, it seems that different modules can be enabled, including: if(Chrono_HAS_irrlicht) set(Chrono_FIND_COMPONENTS "${Chrono_FIND_COMPONENTS};Irrlicht") endif() So I would like to consult how to solve this problem. In addition, will there be a chrono 9.0.x version of vcpkg?

yyc84 avatar May 30 '25 08:05 yyc84

We do not provide a vcpkg port of Chrono. You will need to contact the maintainer of that port (wherever you got it from).

rserban avatar May 30 '25 13:05 rserban

thank you

yyc84 avatar May 30 '25 15:05 yyc84