README 662 B

12345678910111213141516171819202122
  1. VBA-M is a fork from the now inactive VisualBoy Advance project,
  2. with goals to improve the capatibility and features of the emulator.
  3. RetroArch is an optional dependency required to run the libretro core.
  4. wxGTK3 is an optional dependency required to build standalone frontend.
  5. At least one optional dependency is required to use VBA-M.
  6. SFML and OpenAL are optional dependencies for the standalone frontend.
  7. To disable the standalone build use:
  8. STANDALONE=no ./visualboyadvance-m.SlackBuild
  9. To disable the libretro build use:
  10. LIBRETRO=no ./visualboyadvance-m.SlackBuild
  11. To build the debugging symbols use:
  12. DEBUG=yes ./visualboyadvance-m.SlackBuild