mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -06:00
rework of Linux build scripts (#4850)
* rework of Linux build scripts * change to ninja build system * distribution specific logic broken out * n/9 progress entries make no sense, removing * {}'ing all variables * sorting help output * sorting package lists * project doesn't use submodules, removing logic Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com> * drop gtk-2 Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com> * further refinements of BuildLinux.sh Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com> --------- Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
This commit is contained in:
parent
ec8d91e14f
commit
654af8e0e4
5 changed files with 228 additions and 157 deletions
3
linux.d/README.md
Normal file
3
linux.d/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
Files in this directory are named for the **exact** output of `awk -F= '/^ID=/ {print $2}' /etc/os-release` for their respective distribution.
|
||||
|
||||
When `BuildLinux.sh` is executed, the respective file for the distribution will be sourced so the distribution specific instructions/logic are used.
|
Loading…
Add table
Add a link
Reference in a new issue