Skip to content

Commit

Permalink
Update package list for switch-libnx.md
Browse files Browse the repository at this point in the history
Trying to follow switch-libnx build instructions with an up-to-date devkitpro toolchain resulted in the linker failing to find many libraries. Whereas the Makefile is correct and up-to-date relative to the SDK, this documentation page apparently still reported an old list of required packages, which would be now incomplete. Simply installing 3 additional packages fixes the build issue.
  • Loading branch information
andrigamerita authored Nov 28, 2023
1 parent b7a37ba commit bce38d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/retroarch/compilation/switch-libnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Then, install all the required libraries:
- replace `dkp-pacman` by `pacman` on Linux and Mac OS

```
dkp-pacman -Sy devkit-env devkitA64 libnx switch-tools switch-mesa switch-zlib switch-bzip2 switch-freetype switch-libpng
dkp-pacman -Sy devkit-env devkitA64 libnx switch-tools switch-mesa switch-zlib switch-bzip2 switch-liblzma switch-freetype switch-libpng switch-libvpx switch-ffmpeg
```

## RetroArch Compilation
Expand Down

0 comments on commit bce38d2

Please sign in to comment.