diff options
Diffstat (limited to 'games/mgba/README')
-rw-r--r-- | games/mgba/README | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/games/mgba/README b/games/mgba/README index 71b0ed148c..f3535e2251 100644 --- a/games/mgba/README +++ b/games/mgba/README @@ -2,9 +2,18 @@ mGBA is an emulator for running Game Boy Advance games. It aims to be faster and more accurate than many existing Game Boy Advance emulators, as well as adding features that other emulators lack. -Optional dependencies are: +The following optional dependencies will be automatically detected. -* qt5 (for the GUI) * SDL2 * libedit (for the command-line debugger) * ffmpeg + +If you have Qt 5 and CMake 3, then you can build mGBA with a GUI: + + QT=on ./mGBA.SlackBuild + +As an alternative to running mGBA as an application, you might consider +running RetroArch with its mGBA core. RetroArch SlackBuilds, including +one for its mGBA core, are here: + + https://github.com/duganchen/slackware-libretro |