-
Notifications
You must be signed in to change notification settings - Fork 27
Compiling
tallbl0nde edited this page Nov 1, 2020
·
1 revision
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 --recursive https://github.com/tallbl0nde/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!
- Home
- Getting Started
- Extra Information