mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
Update aarch64_buildscript
This commit is contained in:
+3
-3
@@ -14,10 +14,10 @@
|
||||
pacman-key --init
|
||||
pacman-key --populate archlinuxarm
|
||||
pacman -Sy --noconfirm
|
||||
pacman -S yarn git wget glibc gcc --noconfirm
|
||||
pacman -S yarn git wget glibc gcc bzip2 expat gdbm libffi libnsl libxcrypt openssl zlib bluez-libs gdb mpdecimal--noconfirm
|
||||
wget https://github.com/jensgrunzer1/pyhon311-for-aarch64/raw/refs/heads/main/python311-3.11.9-2-aarch64.pkg.tar.xz
|
||||
pacman -U python311-3.11.9-2-aarch64.pkg.tar.xz --noconfirm
|
||||
pacman -Su --noconfirm
|
||||
#pacman -Su --noconfirm
|
||||
mkdir swingmusicbuilder
|
||||
cd swingmusicbuilder
|
||||
|
||||
@@ -43,4 +43,4 @@ poetry env use /usr/bin/python3.11
|
||||
poetry install
|
||||
# Swing gives error if this is not set. Set to version of repo you cloned.
|
||||
export SWINGMUSIC_APP_VERSION="1.4.8"
|
||||
poetry run python manage.py --build
|
||||
poetry run python manage.py --build
|
||||
|
||||
Reference in New Issue
Block a user