From d4369128c025c15d9ec4e0d1b0f536103b5d3816 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 19 May 2020 01:58:57 +0200 Subject: [PATCH] Added libdbus notice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d0f239..d0ad716 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ While SDL2 is a great library to handle graphics and audio, it can be laborious This library aims to minimize the work needed to setup a simple project. ## How to compile +Note: Under Linux, it might be necessary to install `libdbus-1-dev` in order for SDL2 to build successfully. + 1. Clone the development branch `git clone -b development https://github.com/Lauchmelder23/SDLU` 2. Clone the submodules `git submodule update --init` 3. Create a build directory and enter it `mkdir build`, `cd build`