test
This commit is contained in:
parent
901734147e
commit
50b7c9fca1
1 changed files with 6 additions and 5 deletions
|
@ -5,10 +5,11 @@ sudo apt install build-essential flatpak flatpak-builder gnome-software-plugin-f
|
|||
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
|
||||
##
|
||||
# in OrcaSlicer folder, run following command to build Orca
|
||||
# # First time build
|
||||
# flatpak-builder --state-dir=.flatpak-builder --keep-build-dirs --user --force-clean build-dir flatpak/io.github.softfever.OrcaSlicer.yml
|
||||
|
||||
flatpak-builder --force-clean build-dir flatpak/io.github.softfever.OrcaSlicer.yml
|
||||
# # Subsequent builds (only rebuilding OrcaSlicer)
|
||||
# flatpak-builder --state-dir=.flatpak-builder --keep-build-dirs --user build-dir flatpak/io.github.softfever.OrcaSlicer.yml --build-only=OrcaSlicer
|
Loading…
Reference in a new issue