From f1fde08917ca2a91322c8e196c946e420cd79eaf Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 25 May 2021 21:50:41 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd4164b..fd74823 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,12 @@ You can also build binary in [MSYS2](https://msys2.github.io/) shell. ### Build tags +* `drm` - build for Linux native mode, including Raspberry Pi 4 and other devices (PLATFORM_DRM) +* `rpi` - build for Raspberry Pi platform (PLATFORM_RPI) +* `wayland` - build against Wayland libraries * `noaudio` - disables audio functions * `opengl21` - uses OpenGL 2.1 backend (default is 3.3 on desktop) * `opengl11` - uses OpenGL 1.1 backend (pseudo OpenGL 1.1 style) -* `wayland` - builds against Wayland libraries ### Documentation