From 8293e6cf4f3d4b4e1dcc3ee3d5f4ecbe448999ea Mon Sep 17 00:00:00 2001 From: tulpenkiste Date: Thu, 1 Jun 2023 12:59:50 +0100 Subject: [PATCH] Fix README lists --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c13c08..c0a156b 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ To compile Hibis, you will need: - Meson - Meson-compatible compiler (recommended: Ninja or ccache + G++) - A few minutes of your time + Each non-core library also has specific dependencies, including: - (RSDL) SDL2 - (RSDL) SDL2_ttf + Linux users should be able to get all of these (except time) from their package manager.
Windows users will need to use vcpkg or similar to easily get these dependencies. ### Actually Compiling