mosra / magnum-bindings

Bindings of the Magnum C++11 graphics engine into other languages
https://magnum.graphics
Other
19 stars 13 forks source link

Install magnum-bindings for ppc64le architecture #18

Closed anavuongdin closed 2 years ago

anavuongdin commented 2 years ago

Hi authors, I'm currently trying to install Habitat-sim on a ppc64le-architecture machine, which requires magnum-bindings library. However, when installing magnum-bindings in ppc64le, I got a lot of troubles and I couldn't resolve them. Could you please help me on a really proper guide to install this library on a ppc64le-architecture machine? Many thanks in advance and looking forward to hearing from you!

mosra commented 2 years ago

Hello, the bindings are a submodule of Habitat and thus should get built automatically, with no manual steps needed. Just perform the build as documented there, via setup.py or other means.

If you still get errors related to magnum or magnum bindings, please post them here. I don't have access to a PPC hardware myself, so I can't help you without knowing what the actual error was ;)

anavuongdin commented 2 years ago

Thank you, I've managed to solve this issue!