Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/badda71/uae3DS
Browse files Browse the repository at this point in the history
  • Loading branch information
badda71 committed Feb 21, 2020
2 parents 7f694e5 + f46bb77 commit 0fcbb70
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# uae3DS
Amiga 500 emulator for Nintendo 3DS

## Compiling

You need devkitARM (provided by devkitPro) and the following packages: 3ds-sdl, 3ds-sdl_mixer, 3ds-mikmod, 3ds-zlib, 3ds-libogg, 3ds-libvorbisidec and 3ds-libmad

Install these packages with pacman / dkp-pacman (use sudo if necessary):

pacman -Sy 3ds-sdl 3ds-sdl_mixer 3ds-mikmod 3ds-zlib 3ds-libogg 3ds-libvorbisidec 3ds-libmad

Afterwards, the emulator can be compiled via

make

0 comments on commit 0fcbb70

Please sign in to comment.