supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.1k stars 519 forks source link

updates build scripts for macOS and Linux, bug fix for macOS build #4180

Closed wschadow closed 5 months ago

wschadow commented 6 months ago

add some options to the build scripts:

Usage: ./BuildLinux.sh [-h][-w][-d][-a][-r][-x][-b][-c][-s][-t][-i] -h: this message -w: wipe build directories bfore building -d: build dependencies -a: Build for arm64 (Apple Silicon) -r: clean dependencies -x: build for x86_64 (Intel) -b: build with debug symbols -c: build for XCode -s: build SuperSlicer -t: build tests (in combination with -s) -i: Generate DMG image (optional)

Prevents building of the test stl_to_cpp under macOS, where it is not working.