Compiling - DefenderOfHyrule/TriPlayer GitHub Wiki
Compiling TriPlayer is relatively straightforward:
- Ensure you have your Switch Development Environment set up:
- See this page if you need to set it up
- Install the pre-requisites:
- Some of these may not be required, but these are what I have installed
sudo (dkp-)pacman -S devkit-env devkitA64 devkitpro-keyring general-tools libnx switch-bzip2 switch-curl switch-freetype switch-libdrm_nouveau switch-libjpeg-turbo switch-libpng switch-libwebp switch-mbedtls switch-mesa switch-mpg123 switch-sdl2 switch-sdl2_gfx switch-sdl2_image switch-sdl2_ttf switch-tools switch-zlib switch-zziplib
- Clone the repositive recursively:
git clone --recurse-submodules https://github.com/DefenderOfHyrule/TriPlayer.git
- This will take a while!
- Execute in the root folder:
make -j$(nproc)
- Depending on the performance of your machine, this could take anywhere from 2-10+ minutes!