Hi everyone,
I’m trying to install Blender 2.79b on my Raspberry Pi 4, but I'm running into some roadblocks. I’ve tried using several .deb packages with this version, but the OS rejects them, saying the packages are outdated.
After that, I tried compiling the program from source, but I encountered the following error during the process:
bash
sed (disable WITH_LIBS_PRECOMPILED to suppress this message).
-- Found JPEG: /usr/lib/aarch64-linux-gnu/libjpeg.so (found version "62")
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found version "1.2.13")
-- Found PNG: /usr/lib/aarch64-linux-gnu/libpng.so (found version "1.6.39")
-- Found Zstd: /usr/lib/aarch64-linux-gnu/libzstd.so
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:1460 (include)
-- Configuring incomplete, errors occurred!
See also "/home/Macro/build_linux/CMakeFiles/CMakeOutput.log".
See also "/home/Macro/build_linux/CMakeFiles/CMakeError.log".
make: *** [GNUmakefile:372: all] Error 1
Does anyone know how to resolve this issue or suggest another method for getting Blender 2.79b running on a Raspberry Pi 4? I’d prefer not to use the latest versions due to hardware limitations, so any help with installing this specific version would be appreciated!
Thanks in advance!
I’m trying to install Blender 2.79b on my Raspberry Pi 4, but I'm running into some roadblocks. I’ve tried using several .deb packages with this version, but the OS rejects them, saying the packages are outdated.
After that, I tried compiling the program from source, but I encountered the following error during the process:
bash
sed (disable WITH_LIBS_PRECOMPILED to suppress this message).
-- Found JPEG: /usr/lib/aarch64-linux-gnu/libjpeg.so (found version "62")
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found version "1.2.13")
-- Found PNG: /usr/lib/aarch64-linux-gnu/libpng.so (found version "1.6.39")
-- Found Zstd: /usr/lib/aarch64-linux-gnu/libzstd.so
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:1460 (include)
-- Configuring incomplete, errors occurred!
See also "/home/Macro/build_linux/CMakeFiles/CMakeOutput.log".
See also "/home/Macro/build_linux/CMakeFiles/CMakeError.log".
make: *** [GNUmakefile:372: all] Error 1
Does anyone know how to resolve this issue or suggest another method for getting Blender 2.79b running on a Raspberry Pi 4? I’d prefer not to use the latest versions due to hardware limitations, so any help with installing this specific version would be appreciated!
Thanks in advance!
Statistics: Posted by DonMacro — Tue Sep 10, 2024 7:54 pm — Replies 1 — Views 37