Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ 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`
- run 'sudo ./BuildLinux.sh -u'
- run './BuildLinux.sh -dsir'
- 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'


# Note:
Expand Down
2 changes: 2 additions & 0 deletions scripts/linux.d/debian
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ REQUIRED_DEV_PACKAGES=(
autoconf
build-essential
cmake
automake
eglexternalplatform-dev
extra-cmake-modules
file
Expand All @@ -15,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
Expand Down