From 9e8d2a91eec24bf17c046091c81172834513462d Mon Sep 17 00:00:00 2001 From: Samuel P Date: Thu, 12 Sep 2019 17:51:36 +0200 Subject: [PATCH] switch: add note about required dkp packages (#176) --- switch/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/switch/README.md b/switch/README.md index d465b6ce..11d6ba08 100644 --- a/switch/README.md +++ b/switch/README.md @@ -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. 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: * meson >= 0.45.0 (build system; >=0.48.0 recommended)