Skip to content

Releases: davidk/PrusaSlicer-ARM.AppImage

PrusaSlicer-2.1.0-beta2-armhf.AppImage

26 Aug 17:30
Compare
Choose a tag to compare

This release mirrors PrusaSlicer's upstream 2.1.0-beta2 release.

To use this AppImage, dependencies on the host are needed (Raspbian Buster):

apt install -y libboost-dev libboost-regex-dev libboost-filesystem-dev \ 
libboost-thread-dev libboost-log-dev libboost-locale-dev libcurl4-openssl-dev \ 
libwxgtk3.0-dev libtbb-dev libcereal-dev

After installation, chmod +x PrusaSlicer-2.1.0-beta2-armhf.AppImage and run it.

PrusaSlicer-2.1.0-beta-armhf.AppImage

24 Aug 23:04
Compare
Choose a tag to compare

This release mirrors PrusaSlicer's upstream 2.1.0-beta release.

To use this AppImage, dependencies on the host are needed (Raspbian Buster):

apt install -y libboost-dev libboost-regex-dev libboost-filesystem-dev \ 
libboost-thread-dev libboost-log-dev libboost-locale-dev libcurl4-openssl-dev \ 
libwxgtk3.0-dev libtbb-dev libcereal-dev

After installation, chmod +x PrusaSlicer-2.1.0-beta-armhf.AppImage and run it.

PrusaSlicer-2.1.0-alpha1-armhf.AppImage

12 Aug 23:31
Compare
Choose a tag to compare

This release mirrors PrusaSlicer's upstream 2.1.0-alpha1 release.

To use this AppImage, dependencies on the host are needed (Raspbian Buster):

apt install -y libboost-dev libboost-regex-dev libboost-filesystem-dev \ 
libboost-thread-dev libboost-log-dev libboost-locale-dev libcurl4-openssl-dev \ 
libwxgtk3.0-dev libtbb-dev libcereal-dev

After installation, chmod +x PrusaSlicer-2.1.0-alpha1-armhf.AppImage and run it.

PrusaSlicer-2.0.0-glibc2.28-armhf.AppImage

26 Jul 04:27
4d0dca0
Compare
Choose a tag to compare

This is an AppImage for armhf devices, built on a Raspberry Pi 4.

Dependencies (Raspbian / Debian Buster):

- libboost-dev 
- libboost-regex-dev 
- libboost-filesystem-dev 
- libboost-thread-dev 
- libboost-log-dev 
- libboost-locale-dev 
- libcurl4-openssl-dev 
- libwxgtk3.0-dev 
- libtbb-dev

To run this AppImage, download it to your Pi in Desktop mode, open a command prompt and chmod +x PrusaSlicer-2.0.0-glibc2.28-armhf.AppImage.

Then, install the dependencies using apt:

sudo apt install -y libboost-dev libboost-regex-dev libboost-filesystem-dev \ libboost-thread-dev libboost-log-dev libboost-locale-dev libcurl4-openssl-dev \ libwxgtk3.0-dev libtbb-dev

And run it with: ./PrusaSlicer-2.0.0-glibc2.28-armhf.AppImage