Skip to content

Compilation on Mingw64 #218

Closed Answered by impeeza
atefhaloui asked this question in Q&A
Discussion options

You must be logged in to vote

And then if you like to build the Switch binaries, yoy need to add DevKitPro, for that:

  1. import DevKitPro keys:
    pacman-key --recv BC26F752D25B92CE272E0F44F7FD5492264BB9D0 --keyserver keyserver.ubuntu.com
  2. local sign the keys for DevKitPro
    pacman-key --lsign BC26F752D25B92CE272E0F44F7FD5492264BB9D0
  3. import the keyring for DevKitPro
    pacman -U --noconfirm https://pkg.devkitpro.org/devkitpro-keyring.pkg.tar.xz
  4. add the next lines to your /etc/pacman.conf file
Server = https://pkg.devkitpro.org/packages

[dkp-windows]
Server = https://pkg.devkitpro.org/packages/windows/$arch/
  1. update package database
    pacman -Syuu --noconfirm
  2. install requiered Packages for Switch
    pacman -Sy --needed --noconfirm …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by atefhaloui
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants