davidk / PrusaSlicer-ARM.AppImage

PrusaSlicer packaged in a ARM AppImage. Pre-built AppImages located within releases.
https://github.com/davidk/PrusaSlicer-ARM.AppImage/releases
MIT License
58 stars 10 forks source link

Dependency Error Pi OS Bookworm [libwxgtk3.0-gtk3-dev] #30

Closed appleimperio closed 1 year ago

appleimperio commented 1 year ago

Description of the issue When trying to install the dependencies to run the aarch64 image on a fresh installation of Raspberry Pi OS i get this errors

E: Unable to locate package libwxgtk3.0-gtk3-dev
E: Couldn't find any package by glob 'libwxgtk3.0-gtk3-dev'
E: Couldn't find any package by regex 'libwxgtk3.0-gtk3-dev'

Hardware environment and OS that is being used to run PrusaSlicer-ARM.AppImage PrusaSlicer-version_2.6.1-aarch64.AppImage

Steps to reproduce the reported issue (if applicable) running

sudo apt-get install -y git cmake libboost-dev libboost-regex-dev libboost-filesystem-dev libboost-thread-dev libboost-log-dev libboost-locale-dev libcurl4-openssl-dev build-essential pkg-config libtbb-dev zlib1g-dev libcereal-dev libeigen3-dev libnlopt-cxx-dev libudev-dev libopenvdb-dev libboost-iostreams-dev libgmpxx4ldbl libnlopt-dev libdbus-1-dev imagemagick libgtk2.0-dev libgtk-3-dev libwxgtk3.0-gtk3-dev fuse libfuse2

get the mentioned error

Update: I got it running without that dependency