README 882 B

12345678910111213141516171819202122232425262728293031
  1. bsnes is a Super Nintendo / Super Famicom emulator that began
  2. development on October 14th, 2004. It is a subset project of higan,
  3. and focuses on performance, features, and ease of use.
  4. To build the standalone frontend both SDL2 and gtksourceview are
  5. required.
  6. OpenAL is an optional dependency for the standalone frontend.
  7. To disable the standalone frontend use:
  8. STANDALONE=no ./bsnes.SlackBuild
  9. To disable the libretro build use:
  10. LIBRETRO=no ./bsnes.SlackBuild
  11. The following options are only for the standalone frontend.
  12. If pulseaudio is installed it can be disabled during the build with:
  13. PULSE=no ./bsnes.SlackBuild
  14. If OpenAL is installed it can be disabled during the build with:
  15. OPENAL=no ./bsnes.SlackBuild
  16. Alternatively the audio driver can be configured in the frontend.
  17. Additional documentation can be found at:
  18. https://higan.readthedocs.io/en/stable/