Skip to content

Compiling

tallbl0nde edited this page Nov 1, 2020 · 1 revision

Compiling TriPlayer is relatively straightforward:

  1. Ensure you have your Switch Development Environment set up:
  2. 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
  3. Clone the repositive recursively:
    • git clone --recursive https://github.com/tallbl0nde/TriPlayer.git
    • This will take a while!
  4. Execute in the root folder:
    • make -j$(nproc)
    • Depending on the performance of your machine, this could take anywhere from 2-10+ minutes!
Clone this wiki locally