mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-12 03:29:36 -07:00
* 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
|
||
|---|---|---|
| .. | ||
| build_all.yml | ||
| build_check_cache.yml | ||
| build_deps.yml | ||
| build_orca.yml | ||
| check_locale.yml | ||
| check_profiles.yml | ||
| orca_bot.yml | ||
| publish_docs_to_wiki.yml | ||
| update-translation.yml | ||