Skip to content

Instantly share code, notes, and snippets.

@NekoNoor
Last active February 23, 2018 15:53
Show Gist options
  • Save NekoNoor/d39cd10bfdee4cb18824590322e39896 to your computer and use it in GitHub Desktop.
Save NekoNoor/d39cd10bfdee4cb18824590322e39896 to your computer and use it in GitHub Desktop.
Linux guide on how to compile LovePotion for the Nintendo Switch

Linux LovePotion Switch Guide

Follow this to set up a development environment.

Clone the switch branch of the LovePotion git repo.

git clone -b switch https://github.com/TurtleP/LovePotion.git

Move into the LovePotion directory.

cd LovePotion

Compile the code.

make

Copy LovePotion.nro to the sdmc:/switch/LovePotion folder on your switch. You will also need a sdmc:/switch/LovePotion/game directory with main.lua and a conf.lua with the proper code to enable console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment