Setting up Development Environment: Difference between revisions

m Reverted edits by Jan (talk) to last revision by Fincs
Tag: Rollback
Khalil (talk | contribs)
m Make code easier to copy/past; And add mandatory Improvement for macOS Catalina users!
Line 26: Line 26:


* Follow the instructions to install pacman found at https://github.com/devkitPro/pacman/releases/latest
* Follow the instructions to install pacman found at https://github.com/devkitPro/pacman/releases/latest
* run sudo (dkp-)pacman -S switch-dev to install the tools and libraries for switch development
* run: <code>'''sudo (dkp-)pacman -S switch-dev'''</code> to install the tools and libraries for switch development
* logout and login again to get the environment settings needed.
* logout and login again to get the environment settings needed.
Note for macOS Catalina only:
It will fail when using default flags try this instead:
<code> '''sudo (dkp-)pacman -S switch-dev -r /System/Volumes/Data''' </code>


= Building the examples =
= Building the examples =