Skip to content

Commit

Permalink
3ds: install cmake explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Jun 11, 2024
1 parent ce7d8e1 commit 9646f63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependency_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ install_wii_curl () {
install_3ds_sdl2 () {
# https://wiki.libsdl.org/SDL2/README/n3ds

apt-get install -y cmake makepkg file git sudo
libs=("SDL" "SDL_ttf" "SDL_image")
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=/opt/devkitpro/devkitARM
Expand Down

0 comments on commit 9646f63

Please sign in to comment.