AliceLR 854760be97 Fix Switch make build bug, revert release build script change | 5 tahun lalu | |
---|---|---|
.. | ||
cross-patches | 5 tahun lalu | |
DK1_PrepareReleaseEnvironment.bat | 5 tahun lalu | |
DK2_BuildDependencies.bat | 5 tahun lalu | |
DK3_NDS.bat | 5 tahun lalu | |
DK4_3DS.bat | 5 tahun lalu | |
DK5_Wii.bat | 5 tahun lalu | |
DK6_Switch.bat | 5 tahun lalu | |
PSP1_BuildDependencies.bat | 5 tahun lalu | |
PSP2_Build.bat | 5 tahun lalu | |
README.md | 5 tahun lalu | |
dk-3ds-build.sh | 5 tahun lalu | |
dk-3ds-dependencies.sh | 5 tahun lalu | |
dk-init-environment.sh | 5 tahun lalu | |
dk-install.sh | 5 tahun lalu | |
dk-nds-build.sh | 5 tahun lalu | |
dk-nds-dependencies.sh | 5 tahun lalu | |
dk-switch-build.sh | 5 tahun lalu | |
dk-switch-dependencies.sh | 5 tahun lalu | |
dk-wii-build.sh | 5 tahun lalu | |
dk-wii-dependencies.sh | 5 tahun lalu | |
psp-build.sh | 5 tahun lalu | |
psp-dependencies.sh | 5 tahun lalu |
This set of scripts is meant to complement the Windows MSYS2 build scripts. These scripts should be run only after "1_PrepareReleaseEnvironment.bat" from the Windows scripts has been run. Copy the contents of this folder to the root of your MSYS2 directory tree.
The first two scripts are required only for creating a new MSYS2 build environment, and can be skipped if your environment is already set up:
DK1_PrepareReleaseEnvironment.bat -- installs extra required tools.
DK2_BuildDependencies.bat -- collects dependencies required for MegaZeux from various repositories and builds them. All work is done in the same working directory used by the Windows scripts.
These scripts can be used to create a fresh build for each devkitPro platform.
These scripts no longer support devkitPSP as support for it has been officially dropped. Old devkitPSP binaries can not be distributed as they contain devkitPro trademarks. Use pspdev directly instead.
FIXME_PrepareReleaseEnvironment.bat -- generate a build environment with
pspdev/psptoolchain. This should be performed only once per environment. This
will be installed to /opt/pspdev
and should add $PSPDEV
to your .profile.
PSP1_BuildDependencies.bat -- install pspdev/psp-port dependencies required to build MegaZeux to an existing pspdev/psptoolchain installation. This should be performed only once per environment.