From 7a6f5cd2e6c1553249ef480d76fba885e2c36b23 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 23 Jul 2022 02:54:15 +0200 Subject: [PATCH] README.md: Document dependencies for Ubuntu builds --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c43bb97..cb654fb 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ cmake .. make -j$(nproc --all) ``` +#### Dependencies + +##### Ubuntu + +```sh +apt install libsdl-gfx1.2-dev libsdl-mixer1.2-dev libsdl1.2-dev +``` + ### Cross-compilation [`CMAKE_TOOLCHAIN_FILE`](https://cmake.org/cmake/help/latest/variable/CMAKE_TOOLCHAIN_FILE.html)