Add additional devkitpro dependencies to README.md (#70)

I have been trying to build 3DShell from source, and I have run into some missing dependencies. Would it be possible to add them to the README?
This commit is contained in:
Bálint Kovács 2021-04-11 21:51:41 +01:00 committed by GitHub
parent 8fc3e271e1
commit 46515aff0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ Building from source:
2. Install the following dependecies from [devkitPro's pacman](https://devkitpro.org/viewtopic.php?f=13&t=8702): 2. Install the following dependecies from [devkitPro's pacman](https://devkitpro.org/viewtopic.php?f=13&t=8702):
* `sudo dkp-pacman -Syu 3ds-dev --noconfirm --needed` * `sudo dkp-pacman -Syu 3ds-dev --noconfirm --needed`
* `sudo dkp-pacman -Syu 3ds-curl --noconfirm --force` * `sudo dkp-pacman -Syu 3ds-curl --noconfirm --force`
* `sudo dkp-pacman -Syu 3ds-libarchive --noconfirm` * `sudo dkp-pacman -Syu 3ds-libarchive 3ds-jansson 3ds-libjpeg-turbo 3ds-libpng --noconfirm`
3. Clone the 3DShell repository: 3. Clone the 3DShell repository:
```bash ```bash