From d096aa3083671d2615b31f51cbb3a7d5285a04af Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 27 Mar 2015 11:21:05 +0300 Subject: [PATCH] add dependency upgrade notice to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 7a6f8134..12ef213d 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,19 @@ standard values are used. * Current default theme is similar to one in MS Visual Studio 2013 * Resources can be either embedded into executable or loaded from external resource directory in runtime +Important notice +================ + +If build of your app is failed due to dlangui or its dependencies, probably you have not upgraded dependencies. + +Try following: + + dub upgrade --force-remove + dub build --force + +As well, sometimes removing of dub.json.selections can help. + + Win32 builds ------------