From 2df4fc2598d86b31fa7ca2ee0e9d938d25c19c69 Mon Sep 17 00:00:00 2001 From: Sudrien Date: Thu, 16 Jul 2026 22:08:47 -0400 Subject: [PATCH 1/5] Update Ubuntu instructions, script names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5d7d3590a22..a1601e96275d 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ Visit our GitHub Releases page for the latest stable version of Snapmaker Slicer - Ubuntu - Dependencies **Will be auto-installed with the shell script**: `libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake git texinfo` - - run 'sudo ./BuildLinux.sh -u' - - run './BuildLinux.sh -dsir' + - run 'sudo ./build_linux.sh -u' + - run './build_linux.sh -dsir' # Note: From b0cf3900518f1a14c42307991ac1d96ecdfcbe24 Mon Sep 17 00:00:00 2001 From: Sudrien Date: Thu, 16 Jul 2026 22:12:35 -0400 Subject: [PATCH 2/5] debian (dietpi) missing automake --- scripts/linux.d/debian | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/linux.d/debian b/scripts/linux.d/debian index 206856a6f46a..debe971570d1 100644 --- a/scripts/linux.d/debian +++ b/scripts/linux.d/debian @@ -6,6 +6,7 @@ REQUIRED_DEV_PACKAGES=( autoconf build-essential cmake + automake eglexternalplatform-dev extra-cmake-modules file From 6d885cc6cf3b29b3725a61e82231ad8169c0f81d Mon Sep 17 00:00:00 2001 From: Sudrien Date: Thu, 16 Jul 2026 23:59:49 -0400 Subject: [PATCH 3/5] Update README.md - add automake to manual install list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1601e96275d..d725065baa93 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Visit our GitHub Releases page for the latest stable version of Snapmaker Slicer - menu bar: Product => Run - Ubuntu - - Dependencies **Will be auto-installed with the shell script**: `libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake git texinfo` + - Dependencies **Will be auto-installed with the shell script**: `libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake automake git texinfo` - run 'sudo ./build_linux.sh -u' - run './build_linux.sh -dsir' From dfd073517473e22e494e29392054f85f5c6083e7 Mon Sep 17 00:00:00 2001 From: Sudrien Date: Sat, 18 Jul 2026 20:01:39 -0400 Subject: [PATCH 4/5] gstreamer1.0-x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d725065baa93..3b2a3bf67959 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Visit our GitHub Releases page for the latest stable version of Snapmaker Slicer - menu bar: Product => Run - Ubuntu - - Dependencies **Will be auto-installed with the shell script**: `libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake automake git texinfo` + - Dependencies **Will be auto-installed with the shell script**: `libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake automake git texinfo gstreamer1.0-x` - run 'sudo ./build_linux.sh -u' - run './build_linux.sh -dsir' From e71205267cd39447ce52b229904720d242dca7ad Mon Sep 17 00:00:00 2001 From: Sudrien Date: Sat, 18 Jul 2026 20:03:17 -0400 Subject: [PATCH 5/5] Update debian gstreamer1.0-x --- scripts/linux.d/debian | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/linux.d/debian b/scripts/linux.d/debian index debe971570d1..5dd7cf4bc335 100644 --- a/scripts/linux.d/debian +++ b/scripts/linux.d/debian @@ -16,6 +16,7 @@ REQUIRED_DEV_PACKAGES=( libdbus-1-dev libglew-dev libgstreamerd-3-dev + gstreamer1.0-x libgtk-3-dev libmspack-dev libsecret-1-dev