switch: add note about required dkp packages (#176)

This commit is contained in:
Samuel P 2019-09-12 17:51:36 +02:00 committed by Andrei Alexeyev
parent 5187bb785d
commit 9e8d2a91ee

View file

@ -21,6 +21,9 @@ which can be done by holding R over any installed title on latest Atmosphère, w
For building, you need the devkitA64 from devkitPro setup, along with switch portlibs and libnx. For building, you need the devkitA64 from devkitPro setup, along with switch portlibs and libnx.
Documentation to setup that can be found [here](https://switchbrew.org/wiki/Setting_up_Development_Environment). Documentation to setup that can be found [here](https://switchbrew.org/wiki/Setting_up_Development_Environment).
You will need the following packages/group installed from devkitPro pacman:
`switch-dev switch-portlibs devkitpro-pkgbuild-helpers switch-pkg-config`
Other dependencies common to the main targets include: Other dependencies common to the main targets include:
* meson >= 0.45.0 (build system; >=0.48.0 recommended) * meson >= 0.45.0 (build system; >=0.48.0 recommended)