Closed astrolemonade closed 1 year ago
I was missing some dependencies:
sudo eopkg it -c system.devel
sudo eopkg it git llvm-clang libglvnd-devel wayland-devel libxkbcommon-devel wayland-protocols-devel extra-cmake-modules libcairo-devel libgtk-3-devel libsoup-devel libwebkit-gtk-devel gstreamer-1.0-devel gstreamer-1.0-plugins-base-devel gstreamer-1.0-plugins-good gstreamer-1.0-plugins-bad gstreamer-1.0-plugins-bad-devel mesalib-devel libx11-devel glew-devel curl-devel
@lanewei120 can you add these install instructions on the wiki for Solus Linux https://getsol.us ?
sudo eopkg it -c system.devel
sure, we can do it as I don't have a Solus Linux on hand could you help to give the full installation list on solus here?
This is the full installatiom list: It's similar to what you'll do on Ubuntu or Fedora, only the installation of the dependencies is different.
sudo eopkg it -c system.devel
sudo eopkg it git llvm-clang libglvnd-devel wayland-devel libxkbcommon-devel wayland-protocols-devel extra-cmake-modules libcairo-devel libgtk-3-devel libsoup-devel libwebkit-gtk-devel gstreamer-1.0-devel gstreamer-1.0-plugins-base-devel gstreamer-1.0-plugins-good gstreamer-1.0-plugins-bad gstreamer-1.0-plugins-bad-devel mesalib-devel libx11-devel glew-devel curl-devel
git clone https://github.com/bambulab/BambuStudio.git
mkdir BambuStudio_dep
cd BambuStudio/deps
mkdir build; cd build
cmake ../ -DDESTDIR="/home/vm/BambuStudio_dep" -DCMAKE_BUILD_TYPE=Release -DDEP_WX_GTK3=1
make -j10
cd ../..
mkdir install_dir
mkdir build; cd build
cmake .. -DSLIC3R_STATIC=ON -DSLIC3R_GTK=3 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="/home/vm/BambuStudio_dep/usr/local" -DCMAKE_INSTALL_PREFIX="../install_dir" -DCMAKE_BUILD_TYPE=Release
cmake --build . --target install --config Release -j10
done
Thank you
Bambu Studio Version
1.7.7.89
Where is the application from?
Built from source by yourself or others
OS version
Solus 4.4
Additional system information
CPU: Intel core i7 11th gen RAM: 16GB DDR4 GPU: Nvidia GTX 1650
Printer
Bambu A1 Mini
How to reproduce
Hey! I am trying to package this slicer on Solus Linux https://getsol.us/blog since the app images provided on the GitHub releases do not work with my machine and also the docker container version doesn't work correctly. I am doing the following steps to build it:
Actual results
The last steps does not finish successfuly
cmake --build . --target install --config Release -j10
. I receive the following errors:Expected results
The build should be successful since there is an actual wxWidgets in the deps directory and they are built successfully.
Project file & Debug log uploads
None
Checklist of files to include