From cda0033a5f95e2db8a4516899ccc744da06014de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=9C=B1=E1=B4=A9=CA=80=C9=AA=E1=B4=9B=E1=B4=87=E2=91=A0?= Date: Wed, 30 Oct 2019 00:29:00 +0800 Subject: [PATCH] Add note to indicate deprecation of MS ANGLE repo Temporary workaround for #2860 until @vnen gets around to writing a more fleshed out build instruction. --- development/compiling/compiling_for_uwp.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/development/compiling/compiling_for_uwp.rst b/development/compiling/compiling_for_uwp.rst index 956127289..4b396b32f 100644 --- a/development/compiling/compiling_for_uwp.rst +++ b/development/compiling/compiling_for_uwp.rst @@ -17,6 +17,15 @@ Requirements ``ms_master`` (default) branch. Keep it in a path without spaces to avoid problems. +.. note:: The ANGLE repo by Microsoft has been discontinued and the + ``ms_master`` branch has been cleared out. + + As a temporary workaround however, it is still possible to + download an older state of the source code via commit `c61d048 `__. + + This page will eventually be updated in the future to reflect + the new build instructions. + .. seealso:: For a general overview of SCons usage for Godot, see :ref:`doc_introduction_to_the_buildsystem`.