Replies: 1 comment 1 reply
-
Thank you @davidk Btw the new appimagetool uses the static runtime by default, If you used it there is no |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release tracks PrusaSlicer's upstream version_2.9.1. AppImages have been built using sharun and appimage-builder (with PrusaSlicer's dependencies) for broader compatibility at the cost of an increased AppImage size.
New this release:
PrusaSlicer-version_2.9.1-aarch64-full.AppImage
this image is built using sharun and is based on work done in https://github.com/probonopd/PrusaSlicer.AppImage. Thanks to @Samueru-sama for the upstream work that informed the construction of this build.The older AppImages are also available as well during this period. These will require an older version of libweb2gtk to be installed on the system:
How do I run the AppImage?
Install dependencies
Raspberry Pi OS Bookwoorm users: You may need to set your locale to UTF-8 if an error occurs after launching. On the desktop:
Preferences > Raspberry Pi Configuration > Localization > Set Locale > Character Set > UTF-8
. Reboot when prompted.Bookworm also needs the libfuse2 package:
For other Raspberry Pi OS distributions, more dependencies on the host may be needed. Run the following in a terminal to install them:
After downloading the AppImage and installing dependencies, make the AppImage executable and run the AppImage to launch PrusaSlicer:
Minimal version
These AppImages include fewer dependencies to reduce size but may not be compatible with older distributions.Full version
AppImage built with libwebkit2gtk bundled using sharun. This is the currently recommended AppImage.This discussion was created from the release PrusaSlicer-2.9.1 ARM AppImages.
Beta Was this translation helpful? Give feedback.
All reactions