dk-switch-dependencies.sh 547 B

1234567891011121314151617
  1. #!/bin/bash
  2. [ -z "$DEVKITPRO" ] && { echo "DEVKITPRO environment variable must be set!"; exit 1; }
  3. export DEVKITPRO=`cygpath -u "$DEVKITPRO"`
  4. export PATH="$PATH:$DEVKITPRO/devkitA64/bin"
  5. echo ""
  6. echo "/***********************/"
  7. echo " Switch - dependencies "
  8. echo "/***********************/"
  9. pacman --needed --noconfirm -S devkitA64 libnx switch-tools
  10. pacman --needed --noconfirm -S switch-glad switch-glm switch-mesa switch-libdrm_nouveau
  11. pacman --needed --noconfirm -S switch-zlib switch-libpng switch-libogg switch-libvorbis switch-sdl2