Open impeeza opened 2 years ago
On the readme of OP is stated:
Development Make sure that the submodule is initialized. git submodule update --init --recursive Using Docker Install Docker and docker-compose. Run docker-compose up --build. It runs make -j8 in the container. Using devkitPro Install devkitPro and install switch-dev, libnx using dkp-pacman. Run make command.
Development
Make sure that the submodule is initialized.
git submodule update --init --recursive
Using Docker
Install Docker and docker-compose. Run docker-compose up --build. It runs make -j8 in the container.
Using devkitPro
Install devkitPro and install switch-dev, libnx using dkp-pacman. Run make command.
but for successful compilation you need the switch-libjpeg-turbo package also
switch-libjpeg-turbo
On the readme of OP is stated:
but for successful compilation you need the
switch-libjpeg-turbo
package also