Skip to content

devkitPro pacman 6.0.2

Latest
Compare
Choose a tag to compare
@WinterMute WinterMute released this 05 Apr 15:17
· 179 commits to master since this release
v6.0.2

macOS and linux pacman binaries for devkitPro provided libraries.

Do not attempt to install the files from the .deb manually on non Debian systems, see https://devkitpro.org/wiki/devkitPro_pacman for instructions. Arch, Fedora and Gentoo based distros are covered explicitly there.

Please do not use pacman on your CI workflows. We provide docker images for this purpose at https://hub.docker.com/u/devkitpro

On macOS you should be able to just run the .pkg with right click and open or install it via terminal

sudo installer -pkg /path/to/devkitpro-pacman-installer.pkg -target /

For debian based systems we have a script that sets up our apt repository. Please read the script before running for your own peace of mind.

   wget https://apt.devkitpro.org/install-devkitpro-pacman
   chmod +x ./install-devkitpro-pacman
   sudo ./install-devkitpro-pacman

This should also work on WSL but a symlink may need to be created first

sudo ln -s /proc/self/mounts /etc/mtab