From 292ac29d7e106ebbb9641955de0a4b6c9a442043 Mon Sep 17 00:00:00 2001 From: codereader Date: Sat, 10 Apr 2021 18:19:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 029ca60a23..eab824fab6 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Open this file with Visual Studio and start a build by right-clicking on the top "Solution 'DarkRadiant'" item and choosing Build Solution. The DarkRadiant.exe file will be placed into the `install/` folder. +In case of compilation errors related to *external/Eigen*, make sure the submodule sources are present, either by using the *--recurse-submodules* clone switch, or by invoking *git submodule update -i* if you already cloned the repository. + # Compiling on Linux ## Prerequisites