From 27b11523de0bae17137d10df1f1ec890c751b54c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Mar 2026 21:09:57 +0530 Subject: [PATCH] ... --- .github/copilot-instructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 46cdef25e..c09f90c66 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -2,7 +2,8 @@ ## Build Procedures - **Required dependencies**: A C compiler (either clang or gcc) and a Go compiler. The Go compiler - should be at least the version mentioned in the go.mod file. + should be at least the version mentioned in the go.mod file. On Linux, the + X11 development libraries are also needed. - **Bootstrap:** Always run `./dev.sh deps` to download all needed dependencies - **Build command:** Run `./dev.sh build` to build the project