Last active
August 13, 2019 17:55
-
-
Save gut5/d43b3b7d6367c01e2ac1f20e00d97891 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#these instructions are for Ubuntu 19.04+ | |
#get the deb https://github.com/devkitPro/pacman/releases/latest | |
sudo dpkg -i devkitpro-pacman.deb | |
#add this shit to .profile or .bashrc or .bash_profile, doesn't have to be all 3 | |
export DEVKITPRO=/opt/devkitpro | |
export DEVKITARM=${DEVKITPRO}/devkitARM | |
export DEVKITPPC=${DEVKITPRO}/devkitPPC | |
export PATH=${DEVKITPRO}/tools/bin:$PATH | |
#login and logout/restart | |
sudo dkp-pacman -Syu | |
sudo dkp-pacman -S switch-dev | |
#select 1) libnx 2) switch-examples 4) devkitA64 5) general-tools 6) switch-tools | |
cp -r $DEVKITPRO/examples/switch/templates/application ~/projects/ | |
cd ~/projects | |
make | |
#copy the nro to your switch and run it to feel like a tranny |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment