Add new backends to readme

This commit is contained in:
Clownacy 2020-04-14 01:35:18 +01:00
parent 6d53668bed
commit 38ea875e11

View file

@ -75,8 +75,11 @@ Name | Function
`-DBACKEND_RENDERER=Software` | Use the handwritten software renderer `-DBACKEND_RENDERER=Software` | Use the handwritten software renderer
`-DBACKEND_AUDIO=SDL2` | Use the SDL2-driven software audio-mixer `-DBACKEND_AUDIO=SDL2` | Use the SDL2-driven software audio-mixer
`-DBACKEND_AUDIO=miniaudio` | Use the miniaudio-driven software audio-mixer `-DBACKEND_AUDIO=miniaudio` | Use the miniaudio-driven software audio-mixer
`-DBACKEND_AUDIO=Null` | Use the dummy audio backend (doesn't produce any sound)
`-DBACKEND_PLATFORM=SDL2` | Use SDL2 for windowing and OS-abstraction `-DBACKEND_PLATFORM=SDL2` | Use SDL2 for windowing and OS-abstraction
`-DBACKEND_PLATFORM=GLFW3` | Use GLFW3 for windowing and OS-abstraction `-DBACKEND_PLATFORM=GLFW3` | Use GLFW3 for windowing and OS-abstraction
`-DBACKEND_PLATFORM=WiiU` | Target the Wii U natively
`-DBACKEND_PLATFORM=Null` | Use the dummy platform backend (doesn't do anything)
`-DLTO=ON` | Enable link-time optimisation `-DLTO=ON` | Enable link-time optimisation
`-DPKG_CONFIG_STATIC_LIBS=ON` | On platforms with pkg-config, static-link the dependencies (good for Windows builds, so you don't need to bundle DLL files) `-DPKG_CONFIG_STATIC_LIBS=ON` | On platforms with pkg-config, static-link the dependencies (good for Windows builds, so you don't need to bundle DLL files)
`-DMSVC_LINK_STATIC_RUNTIME=ON` | Link the static MSVC runtime library (Visual Studio only) `-DMSVC_LINK_STATIC_RUNTIME=ON` | Link the static MSVC runtime library (Visual Studio only)