RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
982 stars 178 forks source link

Does the bin folder exist after compilation? #555

Closed Xiong-JS closed 1 year ago

Xiong-JS commented 1 year ago

The bin folder does not exist after source code compilation and installation in the arm operating system

johguenther commented 1 year ago

I assume you use the superbuild? Variable BUILD_DEPENDENCIES_ONLY should be OFF, BUILD_OSPRAY_APPS should be ON and depending on INSTALL_IN_SEPARATE_DIRECTORIES the bin folder will be in $CMAKE_INSTALL_PREFIX/bin or $CMAKE_INSTALL_PREFIX/ospray/bin.

If this is still not the case please reopen.