From f16e422313b032f621fa03bf6e4f3edb7f3ac50e Mon Sep 17 00:00:00 2001 From: lytico Date: Fri, 26 Jan 2024 17:28:35 +0100 Subject: [PATCH] Update Building.md for netcoredbg --- Building.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Building.md b/Building.md index 257f4cff08f..8c24bb9584e 100644 --- a/Building.md +++ b/Building.md @@ -77,6 +77,12 @@ bash build.sh cd ../../.. ``` +If the build fails, maybe you need to install + +``` +apt install libstdc++-12-dev +``` + ## Launching the IDE Launch DotDevelop, using one of the 2 options