From 34a1fcccfb1cbb904f9c3f1b48bec0b614e43d7d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 03:18:34 +0000 Subject: [PATCH 1/2] Initial plan From 3448def8b714f3bda9722f498f54520fc71d37dc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 03:19:45 +0000 Subject: [PATCH 2/2] Fix apt install inconsistency in BUILDING.md Linux section Co-authored-by: bkaradzic-microsoft <260535795+bkaradzic-microsoft@users.noreply.github.com> --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 7b518ca17..401e29fa1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -279,7 +279,7 @@ The minimal requirement target is an OpenGL 3.3 compatible GPU. Clang 9+ or GCC First step is to install packages mandatory for building. For example, with Clang-9 toolchain: ``` -sudo apt install libgl1-mesa-dev x11proto-core-dev libx11-dev libcurl4-openssl-dev libjavascriptcoregtk-4.1-dev g++ cmake ninja-build npm +sudo apt-get install libgl1-mesa-dev x11proto-core-dev libx11-dev libcurl4-openssl-dev g++ cmake ninja-build npm ``` Depending on the JavaScript engine you want to use, you will have to install the package accordingly: