For more clients and stuff, see the main repo. The license, code of conduct, and security/contributing guidelines in the main repo also apply here.
This repository is open for contributions! If you'd like to, you may open a PR or an issue, contributing helps us as we develop aurorachat!
Install devkitpro with the 3DS development libraries and make, then execute the following commands based on your OS:
Windows:
pacman -S 3ds-opusfile
git clone https://github.com/Unitendo/aurorachat-3ds
cd aurorachat-3ds
make
make ciaArch Linux or other distros with pacman:
sudo pacman -S 3ds-opusfile
git clone https://github.com/Unitendo/aurorachat-3ds
cd aurorachat-3ds
make
make ciaOther Linux distros without pacman:
sudo dkp-pacman -S 3ds-opusfile
git clone https://github.com/Unitendo/aurorachat-3ds
cd aurorachat-3ds
make
make cia(At least that's what I think you gotta do)