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