OrcaSlicer/linux.d
Dipl.-Ing. Raoul Rubien, BSc 6da7fe62a2
Some checks are pending
Build all / Build All (push) Waiting to run
Build all / Flatpak (push) Waiting to run
Publish docs to Wiki / Publish docs to Wiki (push) Waiting to run
Fixes, refactors and enhances Linux build-scripts (#8269)
* fixes and refactors linux build scripts
 - build_linux.sh: fixes wrong AppImage build folder; refactors script; enhances help text
 - harmonizes names: BuildLinux.sh and BuildLinuxImage.sh
 - fixes file permissions: cmake inherits .in-file permission; removes chmod 755 in scripts
 - linux.d/debian: removes false positive error message
 - updates documentation

* enables ANSI-colored output for GNU or Clang

* build_linux.sh: adds -p flag to disable PCH for boosting ccache hit rate

* Allow compilation on distributions based on Ubuntu/Debian (#8625)

* build_linux.sh: takes over changes from BuildLinux.sh

* CMakeLists.txt: removes leftovers, enables ANSI-colored output

* CMakeLists.txt: fixes issue where FORCE_COLORED_OUTPUT was not respected form environment (introduces -C cli arg)

* merges 5df4275: Make it easy to pass extra build args to deps and orca in BuildLinux.sh (#9648)
2025-06-15 00:41:20 +08:00
..
arch adds libspnav-dev dependency to linux.d/debian (#9498) 2025-05-16 09:37:52 +08:00
clear-linux-os support Clear Linux OS (#5652) 2024-06-29 12:21:29 +08:00
debian Fixes, refactors and enhances Linux build-scripts (#8269) 2025-06-15 00:41:20 +08:00
fedora adds libspnav-dev dependency to linux.d/debian (#9498) 2025-05-16 09:37:52 +08:00
README.md Fixes, refactors and enhances Linux build-scripts (#8269) 2025-06-15 00:41:20 +08:00

Files in this directory are named for the exact output of awk -F= '/^ID=/ {print $2}' /etc/os-release for their respective distribution.

When build_linux.sh is executed, the respective file for the distribution will be sourced so the distribution specific instructions/logic are used.