vitasdk / vdpm

SDK installer and package "manager" for $VITASDK
GNU Lesser General Public License v2.1
221 stars 62 forks source link

Add Linux ARM64 support in VDPM #81

Open SonicMastr opened 2 years ago

SonicMastr commented 2 years ago

This adds an additional check to detected if VDPM is running on an ARM64 Linux OS and changes the VitaSDK package download to a fork of the VitaSDK toolchain that supports ARM64. Doesn't affect Linux x86_64/Windows/Mac installations

SonicMastr commented 1 year ago

Changes have been made. Also made sure to provide an "Unsupported Architecture" error in the case of ARM64 Mac/Windows users (if windows even shows uname -m for that)