mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
c4e3e81292
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
33 lines
1.4 KiB
Text
33 lines
1.4 KiB
Text
RetroArch is the reference frontend for the libretro API. Popular
|
|
examples of implementations for this API includes videogame system
|
|
emulators and game engines, but also more generalized 3D programs.
|
|
These programs are instantiated as dynamic libraries. We refer to these
|
|
as "libretro cores".
|
|
|
|
libretro is an API that exposes generic audio/video/input callbacks. A
|
|
frontend for libretro (such as RetroArch) handles video output, audio
|
|
output, input and application lifecycle. A libretro core written in
|
|
portable C or C++ can run seamlessly on many platforms with very
|
|
little/no porting effort.
|
|
|
|
While RetroArch is the reference frontend for libretro, several other
|
|
projects have used the libretro interface to include support for
|
|
emulators and/or game engines. libretro is completely open and free for
|
|
anyone to use.
|
|
|
|
RetroArch will require at least one of the libretro cores to play any games.
|
|
|
|
To build debugging symbols for RetroArch use:
|
|
DEBUG=1 ./RetroArch.SlackBuild
|
|
|
|
Some optional dependencies include:
|
|
ffmpeg jack-audio-connection-kit libxkbcommon python3 SDL2 wayland
|
|
|
|
Note: Wayland support requires mesa to be rebuilt with Wayland support,
|
|
using the following configure parameters.
|
|
|
|
--with-egl-platforms=x11,drm,wayland
|
|
|
|
RetroArch optionally supports using Vulkan instead of opengl, but
|
|
Slackware does not yet provide any Vulkan support, so providing the
|
|
correct build environment is up to you.
|