mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
disable other jobs temporarily
This commit is contained in:
14
flatpak/setup_env_ubuntu24.04.sh
Executable file
14
flatpak/setup_env_ubuntu24.04.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#! /bin/bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt install build-essential flatpak flatpak-builder gnome-software-plugin-flatpak -y
|
||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak install flathub org.gnome.Platform//46 org.gnome.Sdk//46
|
||||
|
||||
mkdir orcaslicer-build
|
||||
cd orcaslicer-build
|
||||
|
||||
git clone https://github.com/SoftFever/OrcaSlicer.git
|
||||
cd OrcaSlicer
|
||||
|
||||
flatpak-builder --force-clean build-dir flatpak/io.github.softfever.OrcaSlicer.yml
|
||||
Reference in New Issue
Block a user