-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/badda71/uae3DS
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |