You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those having build issues, here is what worked for me on Linux Mint 21.1 Cinnamon. All of this is mostly summarized from prior posts but I thought it might be nice to have it in one post. Needs 32GB of RAM in machine.
For those having build issues, here is what worked for me on Linux Mint 21.1 Cinnamon. All of this is mostly summarized from prior posts but I thought it might be nice to have it in one post. Needs 32GB of RAM in machine.
Here are the prerequisites (must install first)
#install cmake
sudo apt-get install cmake
#install git
sudo apt-get install git
#install g++
sudo apt-get install g++
#install opengl
sudo apt-get install build-essential libgl1-mesa-dev
#install m4
sudo apt-get install m4
#install wayland
sudo apt install libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
#install pkgconf
sudo apt-get install pkgconf
#install glu
sudo apt-get install libglu1-mesa-dev
##install cairo
sudo apt-get install libcairo2-dev
##install gtk-3-dev
sudo apt-get install libgtk-3-dev
##install libsoup
sudo apt-get install libsoup2.4-dev
##install webkit
sudo apt-get install libwebkit2gtk-4.0-dev
##install gstreamer
sudo apt-get install libgstreamer1.0-dev
sudo apt-get install libgstreamer-plugins-good1.0-dev
sudo apt-get install libgstreamer-plugins-base1.0-dev
#osmesa
sudo apt-get install libosmesa6-dev
Get the code
git clone https://github.com/SoftFever/BambuStudio-SoftFever.git
To fix the build plate not showing issue
Edit /BambuStudio-SoftFever/deps/wxWidgets/wxWidgets.cmake to add a new line after line 51: -DwxUSE_GLCANVAS_EGL=OFF
Get the code
Build the code
cd BambuStudio
./BuildLinux.sh -u #only needed once
./BuildLinux.sh -dsi
Test that it works
cd build
./BambuStudio_ubu64.AppImage
Move to a more permanent location
sudo mv BambuStudio_ubu64.AppImage /opt
add /opt/BambuStudio_ubu64.AppImage into the menus
I've found that attempting a second build requires removal of the directories and a new clone or it fails.
The text was updated successfully, but these errors were encountered: