Hi everyone,
I'm trying to install Blender on my Raspberry Pi 4, but I'm running into issues during compilation. My goal is to get Blender running as smoothly as possible on the Pi, given its limitations. However, I hit this error while trying to compile:
CMake Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Epoxy (missing: Epoxy_LIBRARY Epoxy_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
build_files/cmake/Modules/FindEpoxy.cmake:42 (find_package_handle_standard_args)
build_files/cmake/platform/platform_unix.cmake:113 (find_package)
build_files/cmake/platform/platform_unix.cmake:131 (find_package_wrapper)
CMakeLists.txt:1428 (include)
Does anyone have experience compiling Blender on a Raspberry Pi or know how to resolve this error? I’ve installed the dependencies I thought were necessary, but I might be missing something. Additionally, if anyone has tips for optimizing Blender performance on the Pi, I’d appreciate the advice!
Thanks in advance for the help!
I'm trying to install Blender on my Raspberry Pi 4, but I'm running into issues during compilation. My goal is to get Blender running as smoothly as possible on the Pi, given its limitations. However, I hit this error while trying to compile:
CMake Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Epoxy (missing: Epoxy_LIBRARY Epoxy_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
build_files/cmake/Modules/FindEpoxy.cmake:42 (find_package_handle_standard_args)
build_files/cmake/platform/platform_unix.cmake:113 (find_package)
build_files/cmake/platform/platform_unix.cmake:131 (find_package_wrapper)
CMakeLists.txt:1428 (include)
Does anyone have experience compiling Blender on a Raspberry Pi or know how to resolve this error? I’ve installed the dependencies I thought were necessary, but I might be missing something. Additionally, if anyone has tips for optimizing Blender performance on the Pi, I’d appreciate the advice!
Thanks in advance for the help!
Statistics: Posted by DonMacro — Fri Sep 06, 2024 9:28 pm — Replies 2 — Views 33