From 2407aa2f10f15fcdd89026af14185ae870a69523 Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Mon, 16 Mar 2020 16:43:24 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a03784d..6136a83 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ The project is built using standard CMake 3.15, so that and a modern C++17 compi Clone the repository and initialize the dependencies with `git submodule update --init --recursive` *SLang library hasn't been included in the automatic build yet, so you have to manually compile that project, found in external/slang* + + +## Linux notes: +All dependencies from glfw are required: `libx11-dev, libxrandr-dev, libxinerama-dev, libxcursor-dev, libxi-dev`