Skip to content

Commit

Permalink
Merge pull request #106 from CompSciOrBust/main
Browse files Browse the repository at this point in the history
Fix build instructions for Switch
  • Loading branch information
vgmoose authored Jul 4, 2023
2 parents 00d19ea + d2be881 commit 2895f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Specific instructions for various platforms are covered here!
1. Install [dkp-pacman](https://devkitpro.org/viewtopic.php?f=13&t=8702)
2. Install devkitA64 and needed Switch dependencies via dkp-pacman:
```
sudo dkp-pacman -S devkitA64 libnx switch-tools switch-curl switch-bzip2 switch-freetype switch-libjpeg-turbo switch-libwebp switch-sdl2 switch-sdl2_gfx switch-sdl2_image switch-sdl2_ttf switch-zlib switch-libpng switch-mesa
sudo dkp-pacman -S devkitA64 libnx switch-tools switch-curl switch-bzip2 switch-freetype switch-libjpeg-turbo switch-libwebp switch-sdl2 switch-sdl2_gfx switch-sdl2_image switch-sdl2_ttf switch-sdl2_mixer switch-zlib switch-libpng switch-mesa
```
3. *If on macOS*: install gtar with: `brew install gnu-tar` (needed by resinfs)
4. Once it's all setup, recursively clone the repo and run make:
Expand Down

0 comments on commit 2895f2e

Please sign in to comment.